aboutsummaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authort3serakt <t3ss@posteo.de>2024-04-10 20:00:57 +0200
committert3serakt <t3ss@posteo.de>2024-04-10 20:15:00 +0200
commit447673694f1bc2992734125424181d46e48f6087 (patch)
tree47065dc5d53f72373972726331f0bf923c58ce7a /scripts/Makefile.am
parentd70237cfe915c12360e3a618ecb30c9bdb0aa0f3 (diff)
downloadgnunet-447673694f1bc2992734125424181d46e48f6087.tar.gz
gnunet-447673694f1bc2992734125424181d46e48f6087.zip
Added test case to start Android SDK emulator.dev/t3ss/probnat
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index f714cdc84..3f154da55 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -9,7 +9,8 @@ dist_pkgdata_DATA = \
9 netjail/netjail_start.sh \ 9 netjail/netjail_start.sh \
10 netjail/netjail_stop.sh \ 10 netjail/netjail_stop.sh \
11 netjail/topo.sh \ 11 netjail/topo.sh \
12 testing-ng/block.sh 12 testing-ng/block.sh \
13 testing-ng/emu_run.sh
13 14
14EXTRA_DIST = \ 15EXTRA_DIST = \
15 get_version.sh \ 16 get_version.sh \
@@ -30,5 +31,6 @@ install-data-hook:
30 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh' 31 chmod o+x '$(DESTDIR)$(pkgdatadir)/netjail_exec.sh'
31 chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh' 32 chmod o+x '$(DESTDIR)$(pkgdatadir)/topo.sh'
32 chmod o+x '$(DESTDIR)$(pkgdatadir)/block.sh' 33 chmod o+x '$(DESTDIR)$(pkgdatadir)/block.sh'
34 chmod o+x '$(DESTDIR)$(pkgdatadir)/emu_run.sh'
33 35
34## EOF 36## EOF