From f485f3e374f7ef1faa6762633797cf4401ffa862 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 5 Jun 2012 11:25:01 +0000 Subject: [PATCH] - Makefile for mesh_new service --- src/mesh/Makefile.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index ac38b0dd4..7161b40aa 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -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 = \ -- 2.25.1