diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-03-03 18:32:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-03-03 18:32:30 +0100 |
commit | c36f464031c4bebf11ce109cf6edbada584981d3 (patch) | |
tree | 8019891cdcb71eddae245c988b3de12859686253 /contrib/Makefile.am | |
parent | 22f2a119c4add6e2421472b67b041f38ed74fdb3 (diff) |
add pin zone, remove obsolete script
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r-- | contrib/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index ac8b15188b..577924fab4 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -22,9 +22,6 @@ noinst_SCRIPTS = \ gnunet_pyexpect.py \ gnunet_janitor.py -bin_SCRIPTS = \ - gnunet-gns-import.sh - dist_pkgdata_DATA = \ gns-bcd.html \ gns-bcd.tex \ @@ -136,4 +133,3 @@ dist-hook: fi \ done \ fi - |