From fd3f9219f4e7178435f312300f933abe25608cf3 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Tue, 16 Mar 2010 03:40:55 -0500 Subject: Added cython bindings. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 39840d6..9032f79 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src include swig dev tools docs +SUBDIRS = src include $(SWIG_SUB) $(CYTHON_SUB) dev tools docs DISTCHECK_CONFIGURE_FLAGS = --enable-dev-tools -- cgit v1.1-32-gdbae