src/c-types-parse.lisp: Handle `...' in prefix-`(' disambiguation.
[sod] / Makefile.am
index 4e1b7d5..515031e 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,7 @@ SUBDIRS                       += src
 ## The runtime support library.
 SUBDIRS                        += lib
 
+## The tests and examples.
+SUBDIRS                        += test
+
 ###----- That's all, folks --------------------------------------------------