aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-07-01 22:12:33 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-07-01 22:12:33 +0000
commit0295e6f2f91ede1694693476f830ecf97400eab8 (patch)
tree1c4eb4a55633d38098bdaa37003746b99a3445ee
parenta1a7ddbce0c780fca844fc144f6cb1af2472bcb3 (diff)
downloadgnunet-0295e6f2f91ede1694693476f830ecf97400eab8.tar.gz
gnunet-0295e6f2f91ede1694693476f830ecf97400eab8.zip
-linking libz
-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