link against libz explicitly, as we use it directly
authorChristian Grothoff <christian@grothoff.org>
Tue, 14 Mar 2017 10:29:18 +0000 (11:29 +0100)
committerChristian Grothoff <christian@grothoff.org>
Tue, 14 Mar 2017 10:29:18 +0000 (11:29 +0100)
src/testbed/Makefile.am

index 94c9082950f9b49bf1bcaec28f2fb5d2dc11c28f..61cfba2ff8a7c6b675a70afa0fe72f5d331e1d40 100644 (file)
@@ -104,13 +104,13 @@ libgnunettestbed_la_SOURCES = \
   testbed_api_test.c \
   testbed_api_topology.c testbed_api_topology.h \
   testbed_api_sd.c testbed_api_sd.h \
-  testbed_api_barriers.c 
+  testbed_api_barriers.c
 libgnunettestbed_la_LIBADD = $(XLIB) \
  $(top_builddir)/src/core/libgnunetcore.la \
  $(top_builddir)/src/statistics/libgnunetstatistics.la \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/hello/libgnunethello.la \
- -lm \
+ -lm $(Z_LIBS) \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
  $(LTLIBINTL)