fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 11 May 2011 12:04:45 +0000 (12:04 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 11 May 2011 12:04:45 +0000 (12:04 +0000)
src/dht/Makefile.am
src/mesh/Makefile.am

index 8fa84d2fa52bc54d086950fde439cb97807281ab..97f81e6be6415881db24310b0bce42c6650eb7ff 100644 (file)
@@ -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 \
index 258f5e25e541d6b8ff8c627a06451b3e913dc552..348fc687ac33dbdb27e86ae5f815287e764d9db3 100644 (file)
@@ -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 = \