aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-05-09 18:38:47 +0000
committerBart Polot <bart@net.in.tum.de>2011-05-09 18:38:47 +0000
commit2e155cd114a5b983beabc8d7be31437e9aebd0dc (patch)
tree7a94ab6cde3c8fd2dd63b1563b35923c8b30b355 /src/mesh/Makefile.am
parent1644d06c73c9fe34b665277856e5bf9fff84ccb0 (diff)
downloadgnunet-2e155cd114a5b983beabc8d7be31437e9aebd0dc.tar.gz
gnunet-2e155cd114a5b983beabc8d7be31437e9aebd0dc.zip
Added test mockup
Diffstat (limited to 'src/mesh/Makefile.am')
-rw-r--r--src/mesh/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index c13561192..258f5e25e 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -51,7 +51,8 @@ test_mesh_api_SOURCES = \
51 test_mesh_api.c 51 test_mesh_api.c
52test_mesh_api_LDADD = \ 52test_mesh_api_LDADD = \
53 $(top_builddir)/src/util/libgnunetutil.la \ 53 $(top_builddir)/src/util/libgnunetutil.la \
54 $(top_builddir)/src/mesh/libgnunetmeshnew.la 54 $(top_builddir)/src/mesh/libgnunetmeshnew.la \
55 $(top_builddir)/src/dht/libgnunetdht.la
55test_mesh_api_DEPENDENCIES = \ 56test_mesh_api_DEPENDENCIES = \
56 libgnunetmeshnew.la 57 libgnunetmeshnew.la
57 58