aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-20 00:01:43 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-20 00:01:43 +0000
commitdd6f8f750c62c0680528ae4a0744403aa80074be (patch)
tree103515f91452927ebfd8eea9b876d46581c4a1ca /src/mesh/Makefile.am
parent01bf2d1ce38d9a02808ef551ae1f3dbd141337d1 (diff)
downloadgnunet-dd6f8f750c62c0680528ae4a0744403aa80074be.tar.gz
gnunet-dd6f8f750c62c0680528ae4a0744403aa80074be.zip
Refactored MeshTunnel Trees and Paths in a separate file to allow testing, since it's non-trivial code by itself and to allow future separation in a different service.
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 2bceab812..c9960bdec 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -29,7 +29,7 @@ libgnunetmesh_la_LDFLAGS = \
29 -version-info 0:0:0 29 -version-info 0:0:0
30 30
31gnunet_service_mesh_SOURCES = \ 31gnunet_service_mesh_SOURCES = \
32 gnunet-service-mesh.c 32 gnunet-service-mesh.c mesh_tunnel_tree.c
33 33
34gnunet_service_mesh_LDADD = \ 34gnunet_service_mesh_LDADD = \
35 $(top_builddir)/src/core/libgnunetcore.la\ 35 $(top_builddir)/src/core/libgnunetcore.la\