aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 464016ee8..44b0ff76d 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -24,6 +24,10 @@ dist_pkgdata_DATA = \
24 branding/logo/gnunet-logo-big.png \ 24 branding/logo/gnunet-logo-big.png \
25 branding/logo/gnunet-logo.pdf \ 25 branding/logo/gnunet-logo.pdf \
26 testing_hostkeys.ecc \ 26 testing_hostkeys.ecc \
27 netjail/netjail_core.sh \
28 netjail/netjail_start.sh \
29 netjail/netjail_stop.sh \
30 netjail/topo.sh \
27 $(BUILDCOMMON_SHLIB_FILES) 31 $(BUILDCOMMON_SHLIB_FILES)
28 32
29INITD_FILES = \ 33INITD_FILES = \
@@ -240,4 +244,11 @@ aclocaldir = $(datadir)/aclocal
240aclocal_DATA = \ 244aclocal_DATA = \
241 gnunet.m4 245 gnunet.m4
242 246
247install-data-hook:
248 chmod o+x $(pkgdatadir)/netjail_core.sh
249 chmod o+x $(pkgdatadir)/netjail_start.sh
250 chmod o+x $(pkgdatadir)/netjail_stop.sh
251 chmod o+x $(pkgdatadir)/netjail_exec.sh
252 chmod o+x $(pkgdatadir)/topo.sh
253
243## EOF 254## EOF