X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/97a9a385a376202d0859ff8191858d13ec8901c2..5aeb3da7e36d6d93f0d385327411039ae7bd5a26:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4e1b7d5..fe06772 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 --------------------------------------------------