aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo-tool
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-24 09:23:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-24 09:23:37 +0000
commitb738ee3d6782daa19f289d6e372c700f6347a05b (patch)
tree213fd12afb82fe7d9416a92dc7a502fbcf3a67c5 /src/peerinfo-tool
parent5410fb6ff08295ea4d38cbc3bdbc9eb27c8f0128 (diff)
downloadgnunet-b738ee3d6782daa19f289d6e372c700f6347a05b.tar.gz
gnunet-b738ee3d6782daa19f289d6e372c700f6347a05b.zip
-LRN: no more pexpect
Diffstat (limited to 'src/peerinfo-tool')
-rw-r--r--src/peerinfo-tool/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo-tool/Makefile.am b/src/peerinfo-tool/Makefile.am
index 2182e8a7e..bd8dfbd4a 100644
--- a/src/peerinfo-tool/Makefile.am
+++ b/src/peerinfo-tool/Makefile.am
@@ -23,7 +23,7 @@ gnunet_peerinfo_LDADD = \
23 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 23 $(top_builddir)/src/statistics/libgnunetstatistics.la \
24 $(top_builddir)/src/util/libgnunetutil.la 24 $(top_builddir)/src/util/libgnunetutil.la
25 25
26if HAVE_PYTHON_PEXPECT 26if HAVE_PYTHON
27check_SCRIPTS = \ 27check_SCRIPTS = \
28 test_gnunet_peerinfo.py 28 test_gnunet_peerinfo.py
29endif 29endif