aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/Makefile.am
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2010-04-29 06:10:59 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2010-04-29 06:10:59 +0000
commitcc57cfa030d9a44fad09e9f7d957b5e2c725b00a (patch)
treefbc54f767ca7579fc7d5f9c4c293aa844fa42e5c /src/peerinfo-tool/Makefile.am
parentc4e2aab3fe835e67fd2a5b27c348a524da12ad74 (diff)
downloadgnunet-cc57cfa030d9a44fad09e9f7d957b5e2c725b00a.tar.gz
gnunet-cc57cfa030d9a44fad09e9f7d957b5e2c725b00a.zip
Modified configure.ac to check for the python interpreter so that we can run test scripts with it. Also removed gnunet-daemon-migration which is a generated file.
Diffstat (limited to 'src/peerinfo-tool/Makefile.am')
-rw-r--r--src/peerinfo-tool/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 25885a34c..20f657b41 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -19,9 +19,9 @@ gnunet_peerinfo_LDADD = \
19 $(top_builddir)/src/transport/libgnunettransport.la \ 19 $(top_builddir)/src/transport/libgnunettransport.la \
20 $(top_builddir)/src/util/libgnunetutil.la 20 $(top_builddir)/src/util/libgnunetutil.la
21 21
22
23if HAVE_PYTHON_PEXPECT 22if HAVE_PYTHON_PEXPECT
24check_SCRIPTS = \ 23TESTS_ENVIRONMENT = $(PYTHON)
24TESTS = \
25 test_gnunet_peerinfo.py 25 test_gnunet_peerinfo.py
26endif 26endif
27 27