aboutsummaryrefslogtreecommitdiff
path: root/src/dht/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-25 07:14:46 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-25 07:14:46 +0000
commita1eb96a45362ce38357af8cc3106f23a888c6f2c (patch)
tree92ce365e248d32cd8ee23a722bc1dd37733b4ae1 /src/dht/Makefile.am
parentf91123615aafcc5fb7452d6a67945f979941cdc4 (diff)
downloadgnunet-a1eb96a45362ce38357af8cc3106f23a888c6f2c.tar.gz
gnunet-a1eb96a45362ce38357af8cc3106f23a888c6f2c.zip
-only run python tests if we have python
Diffstat (limited to 'src/dht/Makefile.am')
-rw-r--r--src/dht/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/Makefile.am b/src/dht/Makefile.am
index 0ed649bf5..ed80fdcee 100644
--- a/src/dht/Makefile.am
+++ b/src/dht/Makefile.am
@@ -214,8 +214,10 @@ EXTRA_DIST = \
214 test_dht_tools.py.in \ 214 test_dht_tools.py.in \
215 test_dht_multipeer_topology.dat 215 test_dht_multipeer_topology.dat
216 216
217if HAVE_PYTHON
217check_SCRIPTS = \ 218check_SCRIPTS = \
218 test_dht_tools.py 219 test_dht_tools.py
220endif
219 221
220do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 222do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
221 223