aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-14 11:29:18 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-14 11:29:18 +0100
commite8aa266d849901eafbfc58ba116e1a39fb15ae02 (patch)
treeb7e671ef1e07f66fc7775bd51948aaa3bd5110c5 /src
parent5151aca02bbe9e67244368c719b53858de9e13a6 (diff)
downloadgnunet-e8aa266d849901eafbfc58ba116e1a39fb15ae02.tar.gz
gnunet-e8aa266d849901eafbfc58ba116e1a39fb15ae02.zip
link against libz explicitly, as we use it directly
Diffstat (limited to 'src')
-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 94c908295..61cfba2ff 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -104,13 +104,13 @@ libgnunettestbed_la_SOURCES = \
104 testbed_api_test.c \ 104 testbed_api_test.c \
105 testbed_api_topology.c testbed_api_topology.h \ 105 testbed_api_topology.c testbed_api_topology.h \
106 testbed_api_sd.c testbed_api_sd.h \ 106 testbed_api_sd.c testbed_api_sd.h \
107 testbed_api_barriers.c 107 testbed_api_barriers.c
108libgnunettestbed_la_LIBADD = $(XLIB) \ 108libgnunettestbed_la_LIBADD = $(XLIB) \
109 $(top_builddir)/src/core/libgnunetcore.la \ 109 $(top_builddir)/src/core/libgnunetcore.la \
110 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 110 $(top_builddir)/src/statistics/libgnunetstatistics.la \
111 $(top_builddir)/src/transport/libgnunettransport.la \ 111 $(top_builddir)/src/transport/libgnunettransport.la \
112 $(top_builddir)/src/hello/libgnunethello.la \ 112 $(top_builddir)/src/hello/libgnunethello.la \
113 -lm \ 113 -lm $(Z_LIBS) \
114 $(top_builddir)/src/util/libgnunetutil.la \ 114 $(top_builddir)/src/util/libgnunetutil.la \
115 $(top_builddir)/src/testing/libgnunettesting.la \ 115 $(top_builddir)/src/testing/libgnunettesting.la \
116 $(LTLIBINTL) 116 $(LTLIBINTL)