gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r22356 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r22356 - gnunet/src/mesh
Date: Wed, 27 Jun 2012 21:38:59 +0200

Author: grothoff
Date: 2012-06-27 21:38:59 +0200 (Wed, 27 Jun 2012)
New Revision: 22356

Modified:
   gnunet/src/mesh/Makefile.am
Log:
-LRN: new mesh build fixes

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2012-06-27 19:31:59 UTC (rev 22355)
+++ gnunet/src/mesh/Makefile.am 2012-06-27 19:38:59 UTC (rev 22356)
@@ -31,12 +31,14 @@
 libgnunet_plugin_block_mesh_la_SOURCES = \
  plugin_block_mesh.c
 libgnunet_plugin_block_mesh_la_LIBADD = \
+ $(top_builddir)/src/mesh/libgnunetmeshblock.la \
  $(top_builddir)/src/block/libgnunetblock.la \
  $(top_builddir)/src/util/libgnunetutil.la
 libgnunet_plugin_block_mesh_la_LDFLAGS = \
  $(GN_PLUGIN_LDFLAGS)
 libgnunet_plugin_block_mesh_la_DEPENDENCIES = \
- $(top_builddir)/src/block/libgnunetblock.la
+ $(top_builddir)/src/block/libgnunetblock.la \
+ libgnunetmeshblock.la
 
 
 gnunet_service_mesh_SOURCES = \
@@ -47,8 +49,9 @@
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/block/libgnunetblock.la \
   $(top_builddir)/src/util/libgnunetutil.la
- gnunet_service_mesh_DEPENDENCIES = \
+gnunet_service_mesh_DEPENDENCIES = \
   $(top_builddir)/src/core/libgnunetcore.la \
+  $(top_builddir)/src/block/libgnunetblock.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
@@ -56,13 +59,15 @@
  gnunet-service-mesh_new.c \
  mesh_tunnel_tree.c mesh_tunnel_tree.h
 gnunet_service_mesh_new_LDADD = \
-  libgnunetmeshblock.la \
+  $(top_builddir)/src/mesh/libgnunetmeshblock.la \
   $(top_builddir)/src/core/libgnunetcore.la\
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/regex/libgnunetregex.la \
   $(top_builddir)/src/util/libgnunetutil.la
- gnunet_service_mesh_new_DEPENDENCIES = \
+gnunet_service_mesh_new_DEPENDENCIES = \
+  libgnunetmeshblock.la \
   $(top_builddir)/src/core/libgnunetcore.la\
+  $(top_builddir)/src/regex/libgnunetregex.la \
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/util/libgnunetutil.la
 




reply via email to

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