gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21999 - in gnunet/src: block namestore


From: gnunet
Subject: [GNUnet-SVN] r21999 - in gnunet/src: block namestore
Date: Thu, 14 Jun 2012 14:03:27 +0200

Author: grothoff
Date: 2012-06-14 14:03:27 +0200 (Thu, 14 Jun 2012)
New Revision: 21999

Modified:
   gnunet/src/block/Makefile.am
   gnunet/src/namestore/Makefile.am
Log:
-LRN: more dependency fixes

Modified: gnunet/src/block/Makefile.am
===================================================================
--- gnunet/src/block/Makefile.am        2012-06-14 12:03:00 UTC (rev 21998)
+++ gnunet/src/block/Makefile.am        2012-06-14 12:03:27 UTC (rev 21999)
@@ -25,6 +25,8 @@
   $(LTLIBINTL)
 libgnunet_plugin_block_template_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
+libgnunet_plugin_block_template_la_DEPENDENCIES = \
+  libgnunetblock.la
 
 libgnunet_plugin_block_test_la_SOURCES = \
   plugin_block_test.c

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2012-06-14 12:03:00 UTC (rev 21998)
+++ gnunet/src/namestore/Makefile.am    2012-06-14 12:03:27 UTC (rev 21999)
@@ -107,7 +107,6 @@
 libgnunet_plugin_namestore_sqlite_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_namestore_sqlite_la_DEPENDENCIES = \
-  $(top_builddir)/src/namestore/libgnunetnamestore.la  \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \
   libgnunetnamestore.la
@@ -124,7 +123,6 @@
 libgnunet_plugin_namestore_postgres_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_namestore_postgres_la_DEPENDENCIES = \
-  $(top_builddir)/src/namestore/libgnunetnamestore.la  \
   $(top_builddir)/src/postgres/libgnunetpostgres.la  \
   $(top_builddir)/src/statistics/libgnunetstatistics.la \
   $(top_builddir)/src/util/libgnunetutil.la \




reply via email to

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