aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-28 12:00:34 +0000
commite3dca1bf40ac8d8a884c261045ad1e9cade49a15 (patch)
tree9db4cf6a2dcf5716d2d1548cab0d0d9922443c6a /src/peerinfo-tool
parent8f4f36517e4220ca5539008cd19cb3b9a40f6499 (diff)
downloadgnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.tar.gz
gnunet-e3dca1bf40ac8d8a884c261045ad1e9cade49a15.zip
fixes to build
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index e6593752d..f4f41ffad 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -24,7 +24,9 @@ check_SCRIPTS = \
24 test_gnunet_peerinfo.py 24 test_gnunet_peerinfo.py
25endif 25endif
26 26
27if !DISABLE_TEST_RUN
27TESTS = $(check_SCRIPTS) 28TESTS = $(check_SCRIPTS)
29endif
28 30
29do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 31do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
30 32