diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 18:09:45 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 18:09:45 (EDT) |
commit | 47dc458b58950e86a22976614014b01dfaa8910b (patch) | |
tree | ad61fa3cb89acc8dc68507f8020be19768a1724f | |
parent | c0878d58fd6a7191082a0c154a5b0abf8bae1666 (diff) |
Makefile.am: Distribute examples/conf.default
-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 = \ |