From 0befc61c75a5dd289e23a2935b50bbf6125bff4b Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 27 Mar 2011 23:41:02 +0200 Subject: Correct SWIG and Cython autofoo so the makefile picks up correct subdirs --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9032f79..28779dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include $(SWIG_SUB) $(CYTHON_SUB) dev tools docs +SUBDIRS = src include $(SWIG_SUB) $(CYTHON_SUB) $(DEV_SUB) tools docs DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools -- cgit v1.1-32-gdbae