aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-08-16 04:08:22 +0000
committerLRN <lrn1986@gmail.com>2013-08-16 04:08:22 +0000
commitd66ffa57c6036854370fdaa303302be33f5f88c3 (patch)
tree6b6a863b66ec9ab67c9f58521616063e9e9727c1
parent594bb9fc409c4a3014fc7cd9651154650f1173e1 (diff)
downloadgnunet-d66ffa57c6036854370fdaa303302be33f5f88c3.tar.gz
gnunet-d66ffa57c6036854370fdaa303302be33f5f88c3.zip
Link mesh tests to mesh lib, duh
-rw-r--r--src/mesh/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 72ce932a5..c76b1e640 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -159,6 +159,7 @@ ld_mesh_test_lib = \
159 $(top_builddir)/src/testing/libgnunettesting.la \ 159 $(top_builddir)/src/testing/libgnunettesting.la \
160 $(top_builddir)/src/mesh/libgnunetmeshtest.a \ 160 $(top_builddir)/src/mesh/libgnunetmeshtest.a \
161 $(top_builddir)/src/mesh/libgnunetmeshenc.la \ 161 $(top_builddir)/src/mesh/libgnunetmeshenc.la \
162 $(top_builddir)/src/mesh/libgnunetmesh.la \
162 $(top_builddir)/src/testbed/libgnunettestbed.la 163 $(top_builddir)/src/testbed/libgnunettestbed.la
163 164
164dep_mesh_test_lib = \ 165dep_mesh_test_lib = \