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