diff options
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 2d25018..7192c09 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,7 +84,8 @@ EXTRA_DIST = \ $(man8_sources) \ scripts/announce-release.sh \ tools/shpp.sh \ - tools/shld.sh + tools/shld.sh \ + build-aux/tap-driver.sh AM_TESTS_ENVIRONMENT = srcdir=$(top_srcdir) COLOR_TEST_LOGS=$(COLOR_TEST_LOGS) |