From: Christian Grothoff Date: Wed, 11 May 2011 12:04:45 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18504 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ec20f94018ddbb5edd52b8e6840d99c5b84ee020;p=oweals%2Fgnunet.git fix --- diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am index 8fa84d2fa..97f81e6be 100644 --- a/src/dht/Makefile.am +++ b/src/dht/Makefile.am @@ -80,7 +80,7 @@ libgnunetdht_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 -bin_PROGRAMS = $(STUD_PROGS) \ +bin_PROGRAMS = \ gnunet-service-dht \ gnunet-dht-get \ gnunet-dht-get-peer \ @@ -147,7 +147,7 @@ gnunet_dht_driver_DEPENDENCIES = \ libgnunetdhtlog.la -check_PROGRAMS = $(STUD_TESTS) \ +check_PROGRAMS = \ test_dht_api \ test_dht_twopeer \ test_dht_twopeer_put_get \ diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index 258f5e25e..348fc687a 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -9,7 +9,7 @@ if USE_COVERAGE XLIB = -lgcov endif -bin_PROGRAMS = $(STUD_PROGS) \ +bin_PROGRAMS = \ gnunet-service-mesh lib_LTLIBRARIES = \ @@ -44,7 +44,7 @@ libgnunetmeshnew_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -version-info 0:0:0 -check_PROGRAMS = $(STUD_TESTS) \ +check_PROGRAMS = \ test_mesh_api test_mesh_api_SOURCES = \