Makefile.am: Actually distribute the `auto-version' script.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000 (10:58 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 6 Sep 2015 23:22:13 +0000 (00:22 +0100)
Makefile.am

index 515031e..fe06772 100644 (file)
@@ -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 --------------------------------------------------