gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20123 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r20123 - gnunet/src/gns
Date: Tue, 28 Feb 2012 18:30:09 +0100

Author: grothoff
Date: 2012-02-28 18:30:09 +0100 (Tue, 28 Feb 2012)
New Revision: 20123

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

Modified: gnunet/src/gns/Makefile.am
===================================================================
--- gnunet/src/gns/Makefile.am  2012-02-28 17:29:38 UTC (rev 20122)
+++ gnunet/src/gns/Makefile.am  2012-02-28 17:30:09 UTC (rev 20123)
@@ -39,6 +39,9 @@
 test_gns_twopeer_LDADD = \
   $(top_builddir)/src/util/libgnunetutil.la \
   $(top_builddir)/src/testing/libgnunettesting.la
+test_gns_twopeer_DEPENDENCIES = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/testing/libgnunettesting.la
 
 #gnunet_gns_lookup_SOURCES = \
 # gnunet-gns-lookup.c
@@ -61,6 +64,15 @@
        $(top_builddir)/src/dht/libgnunetdht.la \
        $(top_builddir)/src/gns/libgnunetnamestore.la \
   $(GN_LIBINTL)
+gnunet_service_gns_DEPENDENCIES = \
+  $(top_builddir)/src/tun/libgnunettun.la \
+  $(top_builddir)/src/mesh/libgnunetmesh.la \
+  $(top_builddir)/src/statistics/libgnunetstatistics.la \
+  $(top_builddir)/src/util/libgnunetutil.la \
+       $(top_builddir)/src/dns/libgnunetdns.la \
+       $(top_builddir)/src/dns/libgnunetdnsparser.la \
+       $(top_builddir)/src/dht/libgnunetdht.la \
+       $(top_builddir)/src/gns/libgnunetnamestore.la
 
 libgnunetgns_la_SOURCES = \
  gns_api.c gns.h
@@ -68,13 +80,19 @@
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
 libgnunetgns_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)
+libgnunetgns_la_DEPENDENCIES = \
+ $(top_builddir)/src/util/libgnunetutil.la
 
 libgnunet_plugin_block_gns_la_SOURCES = \
   plugin_block_gns.c
 libgnunet_plugin_block_gns_la_LIBADD = \
-  $(top_builddir)/src/util/libgnunetutil.la
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/block/libgnunetblock.la
 libgnunet_plugin_block_gns_la_LDFLAGS = \
-  $(top_builddir)/src/block/$(GN_PLUGIN_LDFLAGS)
+  $(GN_PLUGIN_LDFLAGS)
+libgnunet_plugin_block_gns_la_DEPENDENCIES = \
+  $(top_builddir)/src/util/libgnunetutil.la \
+  $(top_builddir)/src/block/libgnunetblock.la
 
 #Build stub api
 libgnunetnamestore_la_SOURCES = \
@@ -83,6 +101,8 @@
  $(top_builddir)/src/util/libgnunetutil.la $(XLIB)
 libgnunetnamestore_la_LDFLAGS = \
   $(GN_LIB_LDFLAGS)
+libgnunetnamestore_la_DEPENDENCIES = \
+ $(top_builddir)/src/util/libgnunetutil.la
 
 if ENABLE_TEST_RUN
 TESTS = $(check_PROGRAMS)  $(check_SCRIPTS)




reply via email to

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