- Makefile for mesh_new service
authorBart Polot <bart@net.in.tum.de>
Tue, 5 Jun 2012 11:25:01 +0000 (11:25 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 5 Jun 2012 11:25:01 +0000 (11:25 +0000)
src/mesh/Makefile.am

index ac38b0dd410a94be8f6f83190b3a7c4dba517cb7..7161b40aa0ab8a42b85fb6dbb4e25fb276a8792b 100644 (file)
@@ -17,7 +17,7 @@ pkgcfg_DATA = \
 AM_CLFAGS = -g
 
 bin_PROGRAMS = \
- gnunet-service-mesh
+ gnunet-service-mesh  gnunet-service-mesh_new
 
 lib_LTLIBRARIES = \
   libgnunetmesh.la
@@ -34,6 +34,18 @@ gnunet_service_mesh_LDADD = \
   $(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 = \