diff options
-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 |