diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 00:38:55 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 00:38:55 (EST) |
commit | 478d0905f4416bdf2a0e0512dd1bd981ccd8f7ff (patch) | |
tree | 9152bf123ef131d06641470fe50a816f809e9691 | |
parent | e07669a1f8a0c5a06c2ff63cae798a7b5255256a (diff) |
Makefile.am: Distribute shpp and shld
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b92fc4c..a34bd1e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,8 @@ EXTRA_DIST = \ $(locale_sources) \ $(tests) \ $(tests_data) \ + tools/shpp.sh \ + tools/shld.sh \ tests/common.sh \ build-aux/tap-driver.sh \ tests/aux/tap-functions.sh |