From 62e9ff1328fdffd4e0e40b1c039668f79aece64f Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Sun, 9 Jun 2013 04:46:52 +0000 Subject: Add --with-zlib=[DIR] configure option. --- src/core/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index a3ef13f5a..7e4cd7f54 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -49,7 +49,7 @@ gnunet_service_core_LDADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(GN_LIBINTL) -lz + $(GN_LIBINTL) $(Z_LIBS) gnunet_core_SOURCES = \ -- cgit v1.2.3