aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testbed/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index 96f354474..e8ca96081 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -20,9 +20,9 @@ bin_PROGRAMS = \
20gnunet_service_testbed_SOURCES = \ 20gnunet_service_testbed_SOURCES = \
21 gnunet-service-testbed.c 21 gnunet-service-testbed.c
22gnunet_service_testbed_LDADD = $(XLIB) \ 22gnunet_service_testbed_LDADD = $(XLIB) \
23 $(top_builddir)/src/util/libgnunetutil.la \ 23 $(top_builddir)/src/util/libgnunetutil.la \
24 $(top_builddir)/src/testbed/libgnunettestbed.la \ 24 $(top_builddir)/src/testbed/libgnunettestbed.la \
25 $(LTLIBINTL) 25 $(LTLIBINTL) -lz
26gnunet_service_testbed_DEPENDENCIES = \ 26gnunet_service_testbed_DEPENDENCIES = \
27 libgnunettestbed.la 27 libgnunettestbed.la
28 28