gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20622 - in gnunet/src: hello namestore


From: gnunet
Subject: [GNUnet-SVN] r20622 - in gnunet/src: hello namestore
Date: Tue, 20 Mar 2012 07:52:32 +0100

Author: grothoff
Date: 2012-03-20 07:52:32 +0100 (Tue, 20 Mar 2012)
New Revision: 20622

Modified:
   gnunet/src/hello/Makefile.am
   gnunet/src/namestore/Makefile.am
Log:
-LRN: Add dependencies to gnunet hello and service namestore

Modified: gnunet/src/hello/Makefile.am
===================================================================
--- gnunet/src/hello/Makefile.am        2012-03-19 19:27:05 UTC (rev 20621)
+++ gnunet/src/hello/Makefile.am        2012-03-20 06:52:32 UTC (rev 20622)
@@ -41,4 +41,7 @@
 gnunet_hello_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la  
+gnunet_hello_DEPENDENCIES = \
+ libgnunethello.la \
+ $(top_builddir)/src/util/libgnunetutil.la
 

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2012-03-19 19:27:05 UTC (rev 20621)
+++ gnunet/src/namestore/Makefile.am    2012-03-20 06:52:32 UTC (rev 20622)
@@ -78,11 +78,14 @@
  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 \
   libgnunetnamestore.la \
   $(GN_LIBINTL)
+gnunet_service_namestore_DEPENDENCIES = \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  libgnunetnamestore.la
 
 if HAVE_SQLITE
  SQLITE_PLUGIN = libgnunet_plugin_namestore_sqlite.la




reply via email to

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