diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 51d2603..9d0490c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -92,7 +92,8 @@ EXTRA_DIST = \ tools/shpp.sh \ tools/shld.sh \ build-aux/tap-driver.sh \ - tests/aux/tap-functions.sh + tests/aux/tap-functions.sh \ + examples/conf.default TEST_EXTENSIONS = .sh SH_LOG_DRIVER = \ |