aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool/Makefile.am
diff options
context:
space:
mode:
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