aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 80e6b9e3d..f5fbbe21d 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -33,6 +33,7 @@ gnunet_testbed_helper_SOURCES = \
33gnunet_testbed_helper_LDADD = $(XLIB) \ 33gnunet_testbed_helper_LDADD = $(XLIB) \
34 $(top_builddir)/src/util/libgnunetutil.la \ 34 $(top_builddir)/src/util/libgnunetutil.la \
35 $(top_builddir)/src/testing/libgnunettesting.la \ 35 $(top_builddir)/src/testing/libgnunettesting.la \
36 libgnunettestbed.la \
36 $(LTLIBINTL) -lz 37 $(LTLIBINTL) -lz
37gnunet_testbed_helper_DEPENDENCIES = \ 38gnunet_testbed_helper_DEPENDENCIES = \
38 gnunet-service-testbed.$(OBJEXT) 39 gnunet-service-testbed.$(OBJEXT)
@@ -70,7 +71,7 @@ check_PROGRAMS = \
70if ENABLE_TEST_RUN 71if ENABLE_TEST_RUN
71 TESTS = \ 72 TESTS = \
72 test_testbed_api_hosts \ 73 test_testbed_api_hosts \
73 test_gnunet_testbed_helper 74 #test_gnunet_testbed_helper
74endif 75endif
75 76
76test_testbed_api_hosts_SOURCES = \ 77test_testbed_api_hosts_SOURCES = \