gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21763 - gnunet/src/mesh
Date: Tue, 5 Jun 2012 13:25:01 +0200

Author: bartpolot
Date: 2012-06-05 13:25:01 +0200 (Tue, 05 Jun 2012)
New Revision: 21763

Modified:
   gnunet/src/mesh/Makefile.am
Log:
- Makefile for mesh_new service


Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2012-06-04 20:08:37 UTC (rev 21762)
+++ gnunet/src/mesh/Makefile.am 2012-06-05 11:25:01 UTC (rev 21763)
@@ -17,7 +17,7 @@
 AM_CLFAGS = -g
 
 bin_PROGRAMS = \
- gnunet-service-mesh
+ gnunet-service-mesh  gnunet-service-mesh_new
 
 lib_LTLIBRARIES = \
   libgnunetmesh.la
@@ -34,6 +34,18 @@
   $(top_builddir)/src/dht/libgnunetdht.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
+gnunet_service_mesh_new_SOURCES = \
+ gnunet-service-mesh_new.c \
+ mesh_tunnel_tree.c mesh_tunnel_tree.h
+gnunet_service_mesh_new_LDADD = \
+  $(top_builddir)/src/core/libgnunetcore.la\
+  $(top_builddir)/src/dht/libgnunetdht.la \
+  $(top_builddir)/src/util/libgnunetutil.la
+ gnunet_service_mesh_new_DEPENDENCIES = \
+  $(top_builddir)/src/core/libgnunetcore.la\
+  $(top_builddir)/src/dht/libgnunetdht.la \
+  $(top_builddir)/src/util/libgnunetutil.la
+
 libgnunetmesh_la_SOURCES = \
   mesh_api.c mesh.h mesh_protocol.h
 libgnunetmesh_la_LIBADD = \




reply via email to

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