aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/Makefile.am
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-07-18 11:42:02 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-07-18 11:42:02 +0000
commitefbf23f0bacbf0e2e877faf3cfa76ee65e159262 (patch)
tree2fe9f0938ccf79df446a10cdf50fb109270644fe /src/testbed/Makefile.am
parent403036599d9327b6460ed3080162bad91e3c992a (diff)
downloadgnunet-efbf23f0bacbf0e2e877faf3cfa76ee65e159262.tar.gz
gnunet-efbf23f0bacbf0e2e877faf3cfa76ee65e159262.zip
- remove dependency on DHT
Diffstat (limited to 'src/testbed/Makefile.am')
-rw-r--r--src/testbed/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/Makefile.am b/src/testbed/Makefile.am
index eb6d050ad..3aa88453b 100644
--- a/src/testbed/Makefile.am
+++ b/src/testbed/Makefile.am
@@ -191,7 +191,7 @@ test_testbed_api_SOURCES = \
191test_testbed_api_LDADD = \ 191test_testbed_api_LDADD = \
192 $(top_builddir)/src/util/libgnunetutil.la \ 192 $(top_builddir)/src/util/libgnunetutil.la \
193 $(top_builddir)/src/testing/libgnunettesting.la \ 193 $(top_builddir)/src/testing/libgnunettesting.la \
194 $(top_builddir)/src/dht/libgnunetdht.la \ 194 $(top_builddir)/src/arm/libgnunetarm.la \
195 libgnunettestbed.la 195 libgnunettestbed.la
196 196
197test_testbed_logger_api_SOURCES = \ 197test_testbed_logger_api_SOURCES = \