aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-21 01:35:02 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-21 01:35:02 +0000
commitf591bfdc7b28e93b9412c2d9e031c8848ce90f55 (patch)
tree45fd7f067088a8b797eaca0ff95c8c1181ee3be1 /src/mesh/Makefile.am
parentfe84bb63919dc9353d963234264f91a455f3f679 (diff)
downloadgnunet-f591bfdc7b28e93b9412c2d9e031c8848ce90f55.tar.gz
gnunet-f591bfdc7b28e93b9412c2d9e031c8848ce90f55.zip
Added testcase code, fixed minor bugs
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 26f4de7a5..a79958832 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -65,7 +65,7 @@ test_mesh_api_DEPENDENCIES = \
65 $(top_builddir)/src/util/libgnunetutil.la 65 $(top_builddir)/src/util/libgnunetutil.la
66 66
67test_mesh_path_api_SOURCES = \ 67test_mesh_path_api_SOURCES = \
68 test_mesh_path_api.c 68 test_mesh_path_api.c mesh_tunnel_tree.c
69test_mesh_path_api_LDADD = \ 69test_mesh_path_api_LDADD = \
70 $(top_builddir)/src/util/libgnunetutil.la \ 70 $(top_builddir)/src/util/libgnunetutil.la \
71 $(top_builddir)/src/dht/libgnunetdht.la 71 $(top_builddir)/src/dht/libgnunetdht.la