From: Christian Grothoff Date: Thu, 4 Aug 2011 09:58:35 +0000 (+0000) Subject: move X-Git-Tag: initial-import-from-subversion-38251~17483 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=41fa31ba87fe2ef65503d4dd7e84176ba3b0091b;p=oweals%2Fgnunet.git move --- diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 657b658b2..f1abe773d 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -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 = \