move
authorChristian Grothoff <christian@grothoff.org>
Thu, 4 Aug 2011 09:58:35 +0000 (09:58 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 4 Aug 2011 09:58:35 +0000 (09:58 +0000)
src/core/Makefile.am

index 657b658b236fdc4e8b707a3c1ac0feb5f11e1d85..f1abe773d638e185199601f19e8c4164c32f53de 100644 (file)
@@ -30,13 +30,13 @@ bin_PROGRAMS = \
 
 gnunet_service_core_SOURCES = \
  gnunet-service-core.c 
-gnunet_service_core_LDADD = -lz \
+gnunet_service_core_LDADD = \
   $(top_builddir)/src/hello/libgnunethello.la \
   $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/transport/libgnunettransport.la \
   $(top_builddir)/src/util/libgnunetutil.la \
-  $(GN_LIBINTL)
+  $(GN_LIBINTL) -lz
 
 
 gnunet_core_list_connections_SOURCES = \