gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25542 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r25542 - gnunet/src/mesh
Date: Wed, 19 Dec 2012 13:03:36 +0100

Author: grothoff
Date: 2012-12-19 13:03:36 +0100 (Wed, 19 Dec 2012)
New Revision: 25542

Modified:
   gnunet/src/mesh/Makefile.am
Log:
-order

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2012-12-19 10:27:11 UTC (rev 25541)
+++ gnunet/src/mesh/Makefile.am 2012-12-19 12:03:36 UTC (rev 25542)
@@ -248,12 +248,13 @@
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]