aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/Makefile.am
diff options
context:
space:
mode:
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