aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-11-09 17:38:47 +0100
committert3sserakt <t3ss@posteo.de>2021-11-09 17:43:25 +0100
commit8cd4dadfb9ebd4db232fda79d5c4353eacb15690 (patch)
treea063e52d71d1b6611371f6c129c6ae1b0215cf99 /contrib/Makefile.am
parent6fb788ca2ec44837ea10a36be7fd0030fb08955b (diff)
downloadgnunet-8cd4dadfb9ebd4db232fda79d5c4353eacb15690.tar.gz
gnunet-8cd4dadfb9ebd4db232fda79d5c4353eacb15690.zip
- moved global netjail methods to its own header file.dev/t3ss/tng
- added configuration by string in test skript instead of config file. - moved netjail scripts to contrib/netjail and install them into the share/gnunet directory.
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