aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-27 15:00:27 +0000
committerng0 <ng0@n0.is>2019-10-27 15:00:27 +0000
commitfe70b5d608ebb438cf2ec56ae030c9ece9d483cf (patch)
tree15b9cfe8e1c173bc7eac2dab84ee736cbad8cc3e /contrib/scripts/Makefile.am
parent83eb77dafd5054bee67dc9cc05dca8dc23ecd7f0 (diff)
downloadgnunet-dev/ng0/python-modularized.tar.gz
gnunet-dev/ng0/python-modularized.zip
initial, not yet working gnunet_pytools.dev/ng0/python-modularized
Diffstat (limited to 'contrib/scripts/Makefile.am')
-rw-r--r--contrib/scripts/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am
index 5dc94439b..525031761 100644
--- a/contrib/scripts/Makefile.am
+++ b/contrib/scripts/Makefile.am
@@ -9,7 +9,8 @@ noinst_SCRIPTS = \
9 removetrailingwhitespace.py \ 9 removetrailingwhitespace.py \
10 gnunet_pyexpect.py \ 10 gnunet_pyexpect.py \
11 gnunet_janitor.py \ 11 gnunet_janitor.py \
12 gnunet-chk.py 12 gnunet-chk.py \
13 gnunet_pytools.py
13 14
14bin_SCRIPTS = \ 15bin_SCRIPTS = \
15 gnunet-bugreport 16 gnunet-bugreport
@@ -20,6 +21,7 @@ EXTRA_DIST = \
20 gnunet_pyexpect.py.in \ 21 gnunet_pyexpect.py.in \
21 gnunet_janitor.py.in \ 22 gnunet_janitor.py.in \
22 gnunet-chk.py.in \ 23 gnunet-chk.py.in \
24 gnunet_pytools.py.in \
23 $(SCRIPTS) \ 25 $(SCRIPTS) \
24 removetrailingwhitespace.py.in \ 26 removetrailingwhitespace.py.in \
25 pydiffer.py.in 27 pydiffer.py.in