gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r25551 - gnunet/src/mesh
Date: Wed, 19 Dec 2012 15:37:32 +0100

Author: bartpolot
Date: 2012-12-19 15:37:32 +0100 (Wed, 19 Dec 2012)
New Revision: 25551

Modified:
   gnunet/src/mesh/Makefile.am
Log:
- fix makefile a/la

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2012-12-19 13:41:53 UTC (rev 25550)
+++ gnunet/src/mesh/Makefile.am 2012-12-19 14:37:32 UTC (rev 25551)
@@ -254,15 +254,17 @@
   $(top_builddir)/src/util/libgnunetutil.la 
 test_mesh_2dtorus_DEPENDENCIES = \
   libgnunetmeshtest.a \
-  libgnunetmesh.a
+  libgnunetmesh.la
 
 test_mesh_regex_SOURCES = \
  test_mesh_regex.c
 test_mesh_regex_LDADD = \
+  $(top_builddir)/src/mesh/libgnunetmeshtest.a \
   $(top_builddir)/src/mesh/libgnunetmesh.la \
-  $(top_builddir)/src/util/libgnunetutil.la \
-  $(top_builddir)/src/testing_old/libgnunettesting_old.la
+  $(top_builddir)/src/testbed/libgnunettestbed.la \
+  $(top_builddir)/src/util/libgnunetutil.la 
 test_mesh_regex_DEPENDENCIES = \
+  libgnunetmeshtest.a \
   libgnunetmesh.la
 
 




reply via email to

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