diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-11 19:13:00 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-11 19:30:38 (EDT) |
commit | 0e9ca897ac4902a616ae5c33e86f345e0df33f09 (patch) | |
tree | feac827bdf4f73ab7b666aa6dc618468d89bca66 | |
parent | bc70c90b8d6bb6c9acca6445e56f1dd4c820eea9 (diff) |
Makefile.am: Distribute shpp, shld, and shman
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3fe2fa5..a137b49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,7 +61,10 @@ EXTRA_DIST = \ NEWS.opkhelper \ TODO \ autogen.sh \ - mksysconf.in + mksysconf.in \ + tools/shpp.sh \ + tools/shld.sh \ + tools/shman.sh todo_code_script = \ /^[0-9]* .[ \t]*\#[ \t]*TODO/,/^[0-9]* \.[ \t]*[^ \t\#]/{ \ |