Makefile.am: Actually distribute the `auto-version' script.
[sod] / Makefile.am
index 4e1b7d5..fe06772 100644 (file)
@@ -23,6 +23,8 @@
 ### along with SOD; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
+include        $(top_srcdir)/vars.am
+
 SUBDIRS                         =
 
 ###--------------------------------------------------------------------------
@@ -34,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 --------------------------------------------------