Makefile.am: Actually distribute the `auto-version' script.
[sod] / Makefile.am
index 55757e0..fe06772 100644 (file)
@@ -36,4 +36,13 @@ SUBDIRS                      += src
 ## The runtime support library.
 SUBDIRS                        += lib
 
+## The tests and examples.
+SUBDIRS                        += test
+
+###--------------------------------------------------------------------------
+### Distribution.
+
+## Additional build tools.
+EXTRA_DIST             += config/auto-version
+
 ###----- That's all, folks --------------------------------------------------