aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-07-22 13:47:14 +0000
committerLRN <lrn1986@gmail.com>2012-07-22 13:47:14 +0000
commit3e578a363db4b1b5840c06a9ac2ac54a68fb6657 (patch)
tree8ec86a2a71759f4cf0de97043aa5343cc68c3fc9 /contrib/Makefile.am
parenta669108f0f2d602bfea9c7a8132fb761388493ad (diff)
downloadgnunet-3e578a363db4b1b5840c06a9ac2ac54a68fb6657.tar.gz
gnunet-3e578a363db4b1b5840c06a9ac2ac54a68fb6657.zip
Use Python batteries in fs_rec test
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index aaab287a8..6a6c1e7ab 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -14,6 +14,7 @@ endif
14 14
15noinst_SCRIPTS = \ 15noinst_SCRIPTS = \
16 terminate.py \ 16 terminate.py \
17 pydiffer.py \
17 gnunet_pyexpect.py \ 18 gnunet_pyexpect.py \
18 gnunet_janitor.py 19 gnunet_janitor.py
19 20
@@ -32,6 +33,7 @@ EXTRA_DIST = \
32 terminate.py.in \ 33 terminate.py.in \
33 gnunet_pyexpect.py.in \ 34 gnunet_pyexpect.py.in \
34 gnunet_janitor.py.in \ 35 gnunet_janitor.py.in \
36 pydiffer.py.in \
35 gnunet-gns-import.sh 37 gnunet-gns-import.sh
36 38
37do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 39do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'