gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17215 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r17215 - gnunet/src/core
Date: Wed, 5 Oct 2011 15:34:18 +0200

Author: grothoff
Date: 2011-10-05 15:34:18 +0200 (Wed, 05 Oct 2011)
New Revision: 17215

Modified:
   gnunet/src/core/Makefile.am
Log:
build draft for 'new' core code

Modified: gnunet/src/core/Makefile.am
===================================================================
--- gnunet/src/core/Makefile.am 2011-10-05 13:33:59 UTC (rev 17214)
+++ gnunet/src/core/Makefile.am 2011-10-05 13:34:18 UTC (rev 17215)
@@ -38,7 +38,17 @@
   $(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         
 gnunet_core_list_connections_LDADD = \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]