aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-28 10:47:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-28 10:47:50 +0000
commitb917264c966ab8a8fa8476ebc7d718dcea8f4143 (patch)
treea3f170889774cec8099e675ab3bf38232c74ed13 /src/testing/Makefile.am
parent30fd6fcf51409d4adcb4372c8360eaa235919670 (diff)
downloadgnunet-b917264c966ab8a8fa8476ebc7d718dcea8f4143.tar.gz
gnunet-b917264c966ab8a8fa8476ebc7d718dcea8f4143.zip
eliminating testbed API that was never implemented and is not needed
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index ec6c739b8..163b4f9c9 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -13,8 +13,7 @@ lib_LTLIBRARIES = libgnunettesting.la
13 13
14libgnunettesting_la_SOURCES = \ 14libgnunettesting_la_SOURCES = \
15 testing.c \ 15 testing.c \
16 testing_group.c \ 16 testing_group.c
17 testing_testbed.c
18libgnunettesting_la_LIBADD = $(XLIB) \ 17libgnunettesting_la_LIBADD = $(XLIB) \
19 $(top_builddir)/src/core/libgnunetcore.la \ 18 $(top_builddir)/src/core/libgnunetcore.la \
20 $(top_builddir)/src/transport/libgnunettransport.la \ 19 $(top_builddir)/src/transport/libgnunettransport.la \