From 780d7ad09f353ded264b11d29d910ba22afae916 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 5 Oct 2011 13:34:18 +0000 Subject: [PATCH] build draft for 'new' core code --- src/core/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -- 2.25.1