gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20132 - gnunet/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r20132 - gnunet/src/namestore
Date: Wed, 29 Feb 2012 09:43:47 +0100

Author: grothoff
Date: 2012-02-29 09:43:47 +0100 (Wed, 29 Feb 2012)
New Revision: 20132

Modified:
   gnunet/src/namestore/Makefile.am
Log:
-LRN: fix

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2012-02-29 08:39:19 UTC (rev 20131)
+++ gnunet/src/namestore/Makefile.am    2012-02-29 08:43:47 UTC (rev 20132)
@@ -30,9 +30,9 @@
 
 lib_LTLIBRARIES = \
   libgnunetnamestore.la
-  
+
 libgnunetnamestore_la_SOURCES = \
-  namestore_api.c namestore.h
+  namestore_api.c namestore_common.c namestore.h
 libgnunetnamestore_la_LIBADD = \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
@@ -45,9 +45,10 @@
  gnunet-service-namestore
 
 gnunet_service_namestore_SOURCES = \
- gnunet-service-namestore.c \
- namestore_common.c
+ gnunet-service-namestore.c
+
 gnunet_service_namestore_LDADD = \
+  $(top_builddir)/src/namestore/libgnunetnamestore.la  \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(GN_LIBINTL)
@@ -69,22 +70,22 @@
 
 
 test_namestore_api_SOURCES = \
- test_namestore_api.c \
- namestore_common.c
+ test_namestore_api.c
+
 test_namestore_api_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la
-  
+
 test_namestore_api_zone_iteration_SOURCES = \
- test_namestore_api_zone_iteration.c \
- namestore_common.c
+ test_namestore_api_zone_iteration.c
+
 test_namestore_api_zone_iteration_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la  
 
 test_namestore_record_serialization_SOURCES = \
- test_namestore_record_serialization.c \
- namestore_common.c
+ test_namestore_record_serialization.c
+
 test_namestore_record_serialization_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/namestore/libgnunetnamestore.la  




reply via email to

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