build draft for 'new' core code
authorChristian Grothoff <christian@grothoff.org>
Wed, 5 Oct 2011 13:34:18 +0000 (13:34 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 5 Oct 2011 13:34:18 +0000 (13:34 +0000)
src/core/Makefile.am

index f1abe773d638e185199601f19e8c4164c32f53de..ab82ea7b37a083b2a3db7a91eb8087978e60b7b9 100644 (file)
@@ -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