aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 2ca977065..9be572bb6 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -30,9 +30,9 @@ W32CONSOLEHELPER = gnunet-helper-w32-console
30endif 30endif
31 31
32if !MINGW 32if !MINGW
33 TEST_CLIENT_UNIC_NC = test_client_unix.nc 33 TEST_CLIENT_UNIX_NC = test_client_unix.nc
34else 34else
35 TEST_CLIENT_UNIC_NC = 35 TEST_CLIENT_UNIX_NC =
36endif 36endif
37 37
38if USE_COVERAGE 38if USE_COVERAGE
@@ -106,7 +106,7 @@ libgnunetutil_la_SOURCES = \
106 program.c \ 106 program.c \
107 resolver_api.c resolver.h \ 107 resolver_api.c resolver.h \
108 scheduler.c \ 108 scheduler.c \
109 service_new.c \ 109 service.c \
110 signal.c \ 110 signal.c \
111 strings.c \ 111 strings.c \
112 time.c \ 112 time.c \