aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 91a5384f7..e5215f7a9 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -27,9 +27,10 @@ gnunet_daemon_topology_LDADD = \
27 $(GN_LIBINTL) 27 $(GN_LIBINTL)
28 28
29 29
30 30if HAVE_TESTING
31check_PROGRAMS = \ 31check_PROGRAMS = \
32 test_gnunet_daemon_topology 32 test_gnunet_daemon_topology
33endif
33 34
34if ENABLE_TEST_RUN 35if ENABLE_TEST_RUN
35TESTS = $(check_PROGRAMS) 36TESTS = $(check_PROGRAMS)