From: Mark Wooding Date: Sun, 30 Aug 2015 09:58:38 +0000 (+0100) Subject: Makefile.am: Actually distribute the `auto-version' script. X-Git-Tag: 0.2.0~4 X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/5aeb3da7e36d6d93f0d385327411039ae7bd5a26 Makefile.am: Actually distribute the `auto-version' script. --- diff --git a/Makefile.am b/Makefile.am index 515031e..fe06772 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,4 +39,10 @@ SUBDIRS += lib ## The tests and examples. SUBDIRS += test +###-------------------------------------------------------------------------- +### Distribution. + +## Additional build tools. +EXTRA_DIST += config/auto-version + ###----- That's all, folks --------------------------------------------------