diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-19 12:03:36 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-19 12:03:36 +0000 |
commit | c42f050f01f23a0019c8f9127cbac3b5ce00e4b6 (patch) | |
tree | 917d146f74e64e080a0b611754f43a5aa4e2a871 | |
parent | f101211477432a00ea8ef538b2c0878082eff361 (diff) |
-order
git-svn-id: https://gnunet.org/svn/gnunet@25542 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/mesh/Makefile.am | 7 |
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 |