aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-05-11 12:04:45 +0000
committerChristian Grothoff <christian@grothoff.org>2011-05-11 12:04:45 +0000
commitec20f94018ddbb5edd52b8e6840d99c5b84ee020 (patch)
treece3c21ceb18665e1950c286ae4a5dd9a2797e127
parent699795bc2e42aa838819965ede08e4cca34fedba (diff)
downloadgnunet-ec20f94018ddbb5edd52b8e6840d99c5b84ee020.tar.gz
gnunet-ec20f94018ddbb5edd52b8e6840d99c5b84ee020.zip
fix
-rw-r--r--src/dht/Makefile.am4
-rw-r--r--src/mesh/Makefile.am4
2 files changed, 4 insertions, 4 deletions
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 = \
80 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 80 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
81 -version-info 0:0:0 81 -version-info 0:0:0
82 82
83bin_PROGRAMS = $(STUD_PROGS) \ 83bin_PROGRAMS = \
84 gnunet-service-dht \ 84 gnunet-service-dht \
85 gnunet-dht-get \ 85 gnunet-dht-get \
86 gnunet-dht-get-peer \ 86 gnunet-dht-get-peer \
@@ -147,7 +147,7 @@ gnunet_dht_driver_DEPENDENCIES = \
147 libgnunetdhtlog.la 147 libgnunetdhtlog.la
148 148
149 149
150check_PROGRAMS = $(STUD_TESTS) \ 150check_PROGRAMS = \
151 test_dht_api \ 151 test_dht_api \
152 test_dht_twopeer \ 152 test_dht_twopeer \
153 test_dht_twopeer_put_get \ 153 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
9 XLIB = -lgcov 9 XLIB = -lgcov
10endif 10endif
11 11
12bin_PROGRAMS = $(STUD_PROGS) \ 12bin_PROGRAMS = \
13 gnunet-service-mesh 13 gnunet-service-mesh
14 14
15lib_LTLIBRARIES = \ 15lib_LTLIBRARIES = \
@@ -44,7 +44,7 @@ libgnunetmeshnew_la_LDFLAGS = \
44 $(GN_LIB_LDFLAGS) $(WINFLAGS) \ 44 $(GN_LIB_LDFLAGS) $(WINFLAGS) \
45 -version-info 0:0:0 45 -version-info 0:0:0
46 46
47check_PROGRAMS = $(STUD_TESTS) \ 47check_PROGRAMS = \
48 test_mesh_api 48 test_mesh_api
49 49
50test_mesh_api_SOURCES = \ 50test_mesh_api_SOURCES = \