diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:13:51 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 21:13:51 (EDT) |
commit | 78e90c87208b5692c1d5cb2bb4b39a98a711dc7f (patch) | |
tree | 03364d9ebdf13aa57d36b6a6727f97c3907a1bde | |
parent | 5245b261a264263162e0fb87efdb6801eea6bc5a (diff) |
Makefile.am: Distribute build-aux/tap-driver.sh
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b6ea4ce..39de8f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -69,7 +69,8 @@ EXTRA_DIST = \ $(man1_sources) \ $(tests) \ tools/shpp.sh \ - tools/shld.sh + tools/shld.sh \ + build-aux/tap-driver.sh .builddirstamp: $(AM_V_GEN)touch .builddirstamp |