aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-09 13:39:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-09 13:39:10 +0000
commit4b3fd192b37405f857a8a5f8ab814ea4b9f1f94e (patch)
tree6662f62b737837030be9fc9924ff49a2c52954f0 /src/topology/Makefile.am
parent9d732bb204de9177aad6ae70c910cbf2615d81a3 (diff)
downloadgnunet-4b3fd192b37405f857a8a5f8ab814ea4b9f1f94e.tar.gz
gnunet-4b3fd192b37405f857a8a5f8ab814ea4b9f1f94e.zip
migrating topology test to new testbed API
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r--src/topology/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 4234625d6..91c21da12 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -36,7 +36,7 @@ endif
36test_gnunet_daemon_topology_SOURCES = \ 36test_gnunet_daemon_topology_SOURCES = \
37 test_gnunet_daemon_topology.c 37 test_gnunet_daemon_topology.c
38test_gnunet_daemon_topology_LDADD = \ 38test_gnunet_daemon_topology_LDADD = \
39 $(top_builddir)/src/testing_old/libgnunettesting_old.la \ 39 $(top_builddir)/src/testbed/libgnunettestbed.la \
40 $(top_builddir)/src/util/libgnunetutil.la 40 $(top_builddir)/src/util/libgnunetutil.la
41 41
42EXTRA_DIST = \ 42EXTRA_DIST = \