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, 0 insertions, 6 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 275c98847..7bcac3d29 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -236,7 +236,6 @@ check_PROGRAMS = \
236 test_mq \ 236 test_mq \
237 test_mq_client \ 237 test_mq_client \
238 test_os_network \ 238 test_os_network \
239 test_os_priority \
240 test_peer \ 239 test_peer \
241 test_plugin \ 240 test_plugin \
242 test_program \ 241 test_program \
@@ -436,11 +435,6 @@ test_os_network_SOURCES = \
436test_os_network_LDADD = \ 435test_os_network_LDADD = \
437 $(top_builddir)/src/util/libgnunetutil.la 436 $(top_builddir)/src/util/libgnunetutil.la
438 437
439test_os_priority_SOURCES = \
440 test_os_priority.c
441test_os_priority_LDADD = \
442 $(top_builddir)/src/util/libgnunetutil.la
443
444test_peer_SOURCES = \ 438test_peer_SOURCES = \
445 test_peer.c 439 test_peer.c
446test_peer_LDADD = \ 440test_peer_LDADD = \