gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27262 - gnunet/src/mesh
Date: Thu, 23 May 2013 00:52:48 +0200

Author: LRN
Date: 2013-05-23 00:52:48 +0200 (Thu, 23 May 2013)
New Revision: 27262

Modified:
   gnunet/src/mesh/Makefile.am
Log:
Try to fix mesh dependencies

Modified: gnunet/src/mesh/Makefile.am
===================================================================
--- gnunet/src/mesh/Makefile.am 2013-05-22 19:11:07 UTC (rev 27261)
+++ gnunet/src/mesh/Makefile.am 2013-05-22 22:52:48 UTC (rev 27262)
@@ -25,6 +25,9 @@
   EXP_LIBEXEC = gnunet-service-mesh-new
   EXP_TESTS = \
   test_mesh2_local
+  MESH_DEP = $(top_builddir)/src/mesh/libgnunetmesh2.la
+else
+  MESH_DEP = $(top_builddir)/src/mesh/libgnunetmesh.la
 endif
 
 libexec_PROGRAMS = \
@@ -159,7 +162,7 @@
 test_mesh_api_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
- $(top_builddir)/src/mesh/libgnunetmesh2.la
+ $(MESH_DEP)
 test_mesh_api_DEPENDENCIES = \
   libgnunetmesh.la \
    $(top_builddir)/src/util/libgnunetutil.la
@@ -275,7 +278,7 @@
 test_mesh2_local_LDADD = \
  $(top_builddir)/src/util/libgnunetutil.la \
  $(top_builddir)/src/testing/libgnunettesting.la \
- $(top_builddir)/src/mesh/libgnunetmesh2.la
+ $(MESH_DEP)
 test_mesh2_local_DEPENDENCIES = \
   libgnunetmesh2.la
 




reply via email to

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