X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/97a9a385a376202d0859ff8191858d13ec8901c2..7deed8c9bfb5aec2b461b2b112c9efb0cd538f8d:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4e1b7d5..515031e 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,7 @@ SUBDIRS += src ## The runtime support library. SUBDIRS += lib +## The tests and examples. +SUBDIRS += test + ###----- That's all, folks --------------------------------------------------