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.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index ef9ec7281..42d91c0ba 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -96,7 +96,6 @@ libgnunetutil_la_SOURCES = \
96 peer.c \ 96 peer.c \
97 plugin.c \ 97 plugin.c \
98 program.c \ 98 program.c \
99 pseudonym.c \
100 resolver_api.c resolver.h \ 99 resolver_api.c resolver.h \
101 scheduler.c \ 100 scheduler.c \
102 server.c \ 101 server.c \
@@ -234,7 +233,6 @@ check_PROGRAMS = \
234 test_peer \ 233 test_peer \
235 test_plugin \ 234 test_plugin \
236 test_program \ 235 test_program \
237 test_pseudonym \
238 test_resolver_api \ 236 test_resolver_api \
239 test_scheduler \ 237 test_scheduler \
240 test_scheduler_delay \ 238 test_scheduler_delay \
@@ -436,11 +434,6 @@ test_program_SOURCES = \
436test_program_LDADD = \ 434test_program_LDADD = \
437 $(top_builddir)/src/util/libgnunetutil.la 435 $(top_builddir)/src/util/libgnunetutil.la
438 436
439test_pseudonym_SOURCES = \
440 test_pseudonym.c
441test_pseudonym_LDADD = \
442 $(top_builddir)/src/util/libgnunetutil.la
443
444test_resolver_api_SOURCES = \ 437test_resolver_api_SOURCES = \
445 test_resolver_api.c 438 test_resolver_api.c
446test_resolver_api_LDADD = \ 439test_resolver_api_LDADD = \