diff options
author | ng0 <ng0@n0.is> | 2019-11-21 10:29:27 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-11-21 10:29:27 +0000 |
commit | 897c000d985704972918d9943332645e8feb329d (patch) | |
tree | 7471ac471ebd1eca29124c2c90bcbc9a3bae47bd | |
parent | bbe5f7fc01cc550588700410e527813e1bdd7951 (diff) |
install and distribute gnunet-suidfix
-rw-r--r-- | contrib/scripts/Makefile.am | 6 |
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 = \ gnunet-chk.py bin_SCRIPTS = \ - gnunet-bugreport + gnunet-bugreport \ + gnunet-suidfix EXTRA_DIST = \ coverage.sh \ @@ -22,7 +23,8 @@ EXTRA_DIST = \ gnunet-chk.py.in \ $(SCRIPTS) \ removetrailingwhitespace.py.in \ - pydiffer.py.in + pydiffer.py.in \ + gnunet-suidfix CLEANFILES = \ $(noinst_SCRIPTS) |