aboutsummaryrefslogtreecommitdiff
path: root/src/topology/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-10 10:45:33 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-10 10:45:33 +0000
commitf7b5b476ba55ee45fefff22777f525cc81b4cae8 (patch)
treea33e5983ab6c8b0e35c1055cb7503ec4fac90041 /src/topology/Makefile.am
parent0ac9a4984e1e551293ea8ea00f3c8ea2c5460d91 (diff)
downloadgnunet-f7b5b476ba55ee45fefff22777f525cc81b4cae8.tar.gz
gnunet-f7b5b476ba55ee45fefff22777f525cc81b4cae8.zip
adding configure code for --enable-benchmarks, --enable-expensive-tests, some clean up
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 2fc8e50ee..3b69627e3 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -24,7 +24,7 @@ gnunet_daemon_topology_LDADD = \
24check_PROGRAMS = \ 24check_PROGRAMS = \
25 test_gnunet_daemon_topology 25 test_gnunet_daemon_topology
26 26
27if !DISABLE_TEST_RUN 27if ENABLE_TEST_RUN
28TESTS = $(check_PROGRAMS) 28TESTS = $(check_PROGRAMS)
29endif 29endif
30 30