-LRN: Add dependencies to gnunet hello and service namestore
authorChristian Grothoff <christian@grothoff.org>
Tue, 20 Mar 2012 06:52:32 +0000 (06:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 20 Mar 2012 06:52:32 +0000 (06:52 +0000)
src/hello/Makefile.am
src/namestore/Makefile.am

index 2de485a9ef15a030b5bf674bced0e0103ed9e85e..26aa6c7c48804d6aa0a3801bd276b1abd8ab4167 100644 (file)
@@ -41,4 +41,7 @@ gnunet_hello_SOURCES = \
 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
 
index 365f2bfda74a3e5a798acceafd5fa91f1818241a..1ea909e57a65a9ab48a6704097d2471d3f6778ad 100644 (file)
@@ -78,11 +78,14 @@ gnunet_service_namestore_SOURCES = \
  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