aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 4f1d8fe17..f2355da5f 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -97,17 +97,6 @@ test_testing_sharedservices_LDADD = \
97 $(top_builddir)/src/testing/libgnunettesting.la \ 97 $(top_builddir)/src/testing/libgnunettesting.la \
98 $(top_builddir)/src/util/libgnunetutil.la 98 $(top_builddir)/src/util/libgnunetutil.la
99 99
100
101
102EXTRA_DIST = \ 100EXTRA_DIST = \
103 test_testing_defaults.conf 101 test_testing_defaults.conf
104 102
105
106noinst_PROGRAMS = \
107 bindfail bindok
108
109bindok_SOURCES = bindok.c
110
111bindfail_SOURCES = bindfail.c
112bindfail_LDADD = $(top_builddir)/src/util/libgnunetutil.la
113