diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-04-24 13:08:05 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-04-24 13:08:05 +0000 |
commit | 32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch) | |
tree | 9729d165562c1780934a9a979dbc06d7f8470592 /src/topology/Makefile.am | |
parent | bf6e480c1dda383bd55b311039d8d41189c5feea (diff) |
off-line hack fest
Diffstat (limited to 'src/topology/Makefile.am')
-rw-r--r-- | src/topology/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am index 88d8800a1b..7bedd09104 100644 --- a/src/topology/Makefile.am +++ b/src/topology/Makefile.am @@ -21,15 +21,15 @@ gnunet_daemon_topology_LDADD = \ check_PROGRAMS = \ - test_gnunet_service_topology + test_gnunet_daemon_topology TESTS = $(check_PROGRAMS) -test_gnunet_service_topology_SOURCES = \ - test_gnunet_service_topology.c -test_gnunet_service_topology_LDADD = \ +test_gnunet_daemon_topology_SOURCES = \ + test_gnunet_daemon_topology.c +test_gnunet_daemon_topology_LDADD = \ $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ - test_gnunet_service_topology_data.conf + test_gnunet_daemon_topology_data.conf |