aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/topology/Makefile.am
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r--src/topology/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 88d8800a1..7bedd0910 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -21,15 +21,15 @@ gnunet_daemon_topology_LDADD = \
21 21
22 22
23check_PROGRAMS = \ 23check_PROGRAMS = \
24 test_gnunet_service_topology 24 test_gnunet_daemon_topology
25 25
26TESTS = $(check_PROGRAMS) 26TESTS = $(check_PROGRAMS)
27 27
28test_gnunet_service_topology_SOURCES = \ 28test_gnunet_daemon_topology_SOURCES = \
29 test_gnunet_service_topology.c 29 test_gnunet_daemon_topology.c
30test_gnunet_service_topology_LDADD = \ 30test_gnunet_daemon_topology_LDADD = \
31 $(top_builddir)/src/testing/libgnunettesting.la \ 31 $(top_builddir)/src/testing/libgnunettesting.la \
32 $(top_builddir)/src/util/libgnunetutil.la 32 $(top_builddir)/src/util/libgnunetutil.la
33 33
34EXTRA_DIST = \ 34EXTRA_DIST = \
35 test_gnunet_service_topology_data.conf 35 test_gnunet_daemon_topology_data.conf