diff options
author | P. J. McDermott <pjm@nac.net> | 2014-02-27 19:11:07 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-02-27 19:11:07 (EST) |
commit | 7d42e06556079baa03c895e1280ebd0580f3c75d (patch) | |
tree | f8d5944c28fccc751030222568fcc56e5fbcb06a /Makefile.am | |
parent | 8b2b5b277d2225aabcc691bdcefe58f21382ec7f (diff) |
Makefile.am: Distribute tests/testlib.sh.
This is missing in the old build system and released archives as well.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a5875d6..ed85905 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,8 @@ EXTRA_DIST = \ $(man1_sources) \ $(locale_sources) \ $(archtab_sources) \ - $(tests) + $(tests) \ + tests/testlib.sh SUFFIXES = .sh .sm .1in .1 .ms |