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