Makefile.am: Distribute the `confsubst' script.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 14 May 2021 18:37:34 +0000 (19:37 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 May 2021 13:59:00 +0000 (14:59 +0100)
Oops.

Makefile.am

index 435b764..178949c 100644 (file)
@@ -192,5 +192,6 @@ dist-hook::
 
 ## Additional build tools.
 EXTRA_DIST             += config/auto-version
+EXTRA_DIST             += config/confsubst
 
 ###----- That's all, folks --------------------------------------------------