aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/scripts/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/scripts/Makefile.am b/contrib/scripts/Makefile.am
index 5dc94439b..91b2bcd5a 100644
--- a/contrib/scripts/Makefile.am
+++ b/contrib/scripts/Makefile.am
@@ -12,7 +12,8 @@ noinst_SCRIPTS = \
12 gnunet-chk.py 12 gnunet-chk.py
13 13
14bin_SCRIPTS = \ 14bin_SCRIPTS = \
15 gnunet-bugreport 15 gnunet-bugreport \
16 gnunet-suidfix
16 17
17EXTRA_DIST = \ 18EXTRA_DIST = \
18 coverage.sh \ 19 coverage.sh \
@@ -22,7 +23,8 @@ EXTRA_DIST = \
22 gnunet-chk.py.in \ 23 gnunet-chk.py.in \
23 $(SCRIPTS) \ 24 $(SCRIPTS) \
24 removetrailingwhitespace.py.in \ 25 removetrailingwhitespace.py.in \
25 pydiffer.py.in 26 pydiffer.py.in \
27 gnunet-suidfix
26 28
27CLEANFILES = \ 29CLEANFILES = \
28 $(noinst_SCRIPTS) 30 $(noinst_SCRIPTS)