aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-17 18:13:55 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-17 18:13:55 +0100
commit17d34d5e094c2f8a90717b07e3a711d6e2c15903 (patch)
tree777b5323145a5f4d1f044da29a682799008a11d4 /src/util/Makefile.am
parent3391977e3f92a2ebcafc14ea6374aecd580df873 (diff)
downloadgnunet-17d34d5e094c2f8a90717b07e3a711d6e2c15903.tar.gz
gnunet-17d34d5e094c2f8a90717b07e3a711d6e2c15903.zip
more renamings relating to 'new' service now just being the 'normal' service
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 \