From: Christian Grothoff Date: Wed, 5 Oct 2011 13:34:18 +0000 (+0000) Subject: build draft for 'new' core code X-Git-Tag: initial-import-from-subversion-38251~16777 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=780d7ad09f353ded264b11d29d910ba22afae916;p=oweals%2Fgnunet.git build draft for 'new' core code --- diff --git a/src/core/Makefile.am b/src/core/Makefile.am index f1abe773d..ab82ea7b3 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -38,6 +38,16 @@ gnunet_service_core_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) -lz +gnunet_service_core_new_SOURCES = \ + gnunet-service-core-new.c +gnunet_service_core_new_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) -lz + gnunet_core_list_connections_SOURCES = \ gnunet-core-list-connections.c