gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17041 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r17041 - gnunet/src/dht
Date: Tue, 27 Sep 2011 13:30:36 +0200

Author: grothoff
Date: 2011-09-27 13:30:36 +0200 (Tue, 27 Sep 2011)
New Revision: 17041

Modified:
   gnunet/src/dht/Makefile.am
Log:
add new DHT code to build, it finally compiles

Modified: gnunet/src/dht/Makefile.am
===================================================================
--- gnunet/src/dht/Makefile.am  2011-09-27 11:30:17 UTC (rev 17040)
+++ gnunet/src/dht/Makefile.am  2011-09-27 11:30:36 UTC (rev 17041)
@@ -80,8 +80,18 @@
   $(GN_LIB_LDFLAGS) $(WINFLAGS) \
   -version-info 0:0:0
 
+libgnunetdhtnew_la_SOURCES = \
+  dht_api_new.c dht_new.h 
+libgnunetdhtnew_la_LIBADD = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(XLIB)
+libgnunetdhtnew_la_LDFLAGS = \
+  $(GN_LIB_LDFLAGS) $(WINFLAGS) \
+  -version-info 0:0:0
+
 bin_PROGRAMS = \
  gnunet-service-dht \
+ gnunet-service-dht-new \
  gnunet-dht-get \
  gnunet-dht-get-peer \
  gnunet-dht-put
@@ -106,6 +116,24 @@
 gnunet_service_dht_DEPENDENCIES = \
   libgnunetdhtlog.la                             
 
+gnunet_service_dht_new_SOURCES = \
+ gnunet-service-dht-new.c gnunet-service-dht.h \
+ gnunet-service-dht_clients.c gnunet-service-dht_clients.h \
+ gnunet-service-dht_datacache.c gnunet-service-dht_datacache.h \
+ gnunet-service-dht_nse.c gnunet-service-dht_nse.h \
+ gnunet-service-dht_neighbours.c gnunet-service-dht_neighbours.h \
+ gnunet-service-dht_routing.c gnunet-service-dht_routing.h 
+gnunet_service_dht_new_LDADD = \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/core/libgnunetcore.la \
+  $(top_builddir)/src/nse/libgnunetnse.la \
+  $(top_builddir)/src/transport/libgnunettransport.la \
+  $(top_builddir)/src/hello/libgnunethello.la \
+  $(top_builddir)/src/block/libgnunetblock.la \
+  $(top_builddir)/src/datacache/libgnunetdatacache.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  -lm
+
 gnunet_dht_get_SOURCES = \
  gnunet-dht-get.c         
 gnunet_dht_get_LDADD = \




reply via email to

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