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