From 2cd12ad217c63068c0e33cd70e80ee6344af3216 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Jul 2008 21:16:51 +0000 Subject: Move stuff for various binding languages to own directories. git-svn-id: http://svn.drobilla.net/lad/slv2@1315 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f1977a6..1756ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -202,6 +202,9 @@ AC_CONFIG_FILES([slv2.pc]) AC_CONFIG_FILES([slv2/Makefile]) AC_CONFIG_FILES([src/Makefile]) AC_CONFIG_FILES([swig/Makefile]) +AC_CONFIG_FILES([swig/python/Makefile]) +AC_CONFIG_FILES([swig/mzscheme/Makefile]) +AC_CONFIG_FILES([swig/chicken/Makefile]) AC_CONFIG_FILES([utils/Makefile]) AC_OUTPUT -- cgit v1.2.1