aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-19 12:03:36 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-12-19 12:03:36 +0000
commitc42f050f01f23a0019c8f9127cbac3b5ce00e4b6 (patch)
tree917d146f74e64e080a0b611754f43a5aa4e2a871
parentf101211477432a00ea8ef538b2c0878082eff361 (diff)
-order
git-svn-id: https://gnunet.org/svn/gnunet@25542 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r--src/mesh/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am
index 65a813e2b5..72167edbd0 100644
--- a/src/mesh/Makefile.am
+++ b/src/mesh/Makefile.am
@@ -248,12 +248,13 @@ test_mesh_local_traffic_both_DEPENDENCIES = \
test_mesh_2dtorus_SOURCES = \
test_mesh_2dtorus.c
test_mesh_2dtorus_LDADD = \
- $(top_builddir)/src/util/libgnunetutil.la \
+ $(top_builddir)/src/mesh/libgnunetmeshtest.a \
$(top_builddir)/src/mesh/libgnunetmesh.la \
$(top_builddir)/src/testbed/libgnunettestbed.la \
- $(top_builddir)/src/mesh/libgnunetmeshtest.a
+ $(top_builddir)/src/util/libgnunetutil.la
test_mesh_2dtorus_DEPENDENCIES = \
- libgnunetmeshtest.a
+ libgnunetmeshtest.a \
+ libgnunetmesh.a
test_mesh_regex_SOURCES = \
test_mesh_regex.c