diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 20:46:21 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-20 20:46:21 (EST) |
commit | 36a3f73cd01482f8efd838341884794b48c7fe75 (patch) | |
tree | e6797ad95b736d444babc3167f5305b4a27333d7 | |
parent | e6a5f461fdcd5104e9ee5cc84244bef49cc91bee (diff) |
Makefile.in: Distribute tests/common.sh
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index edd7275..67bb5a9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -95,7 +95,8 @@ distfiles = \ $(man3_srcs) \ $(locale_srcs) \ $(tests) \ - $(tests_data) + $(tests_data) \ + tests/common.sh script = \ s&@[@]PACKAGE_NAME@@&$(package_name)&;\ |