aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am13
1 files changed, 7 insertions, 6 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index b8dae1bbf..7ad8e542a 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -7,7 +7,8 @@ timeout_watchdog_SOURCES = \
7endif 7endif
8 8
9noinst_SCRIPTS = \ 9noinst_SCRIPTS = \
10 gnunet_pyexpect.py 10 gnunet_pyexpect.py \
11 gnunet_janitor.py
11 12
12dist_pkgdata_DATA = \ 13dist_pkgdata_DATA = \
13 gnunet-logo-color.png \ 14 gnunet-logo-color.png \
@@ -18,14 +19,14 @@ EXTRA_DIST = \
18 hostlist.cgi \ 19 hostlist.cgi \
19 hostlist.php \ 20 hostlist.php \
20 report.sh \ 21 report.sh \
21 gnunet_pyexpect.py.in 22 gnunet_pyexpect.py.in \
23 gnunet_janitor.py.in
22 24
23do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g' 25do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
24 26
25gnunet_pyexpect.py: gnunet_pyexpect.py.in Makefile 27%.py: %.py.in Makefile
26 $(do_subst) < $(srcdir)/gnunet_pyexpect.py.in > gnunet_pyexpect.py 28 $(do_subst) < $(srcdir)/$< > $@
27 chmod +x gnunet_pyexpect.py 29 chmod +x $@
28
29 30
30# init_gnunet_redhat \ 31# init_gnunet_redhat \
31# init_gnunet_ubuntu \ 32# init_gnunet_ubuntu \