diff options
author | David Robillard <d@drobilla.net> | 2008-07-30 21:16:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-30 21:16:51 +0000 |
commit | 2cd12ad217c63068c0e33cd70e80ee6344af3216 (patch) | |
tree | 03ce118eec13f707e888219f5b078ed896445f5f /configure.ac | |
parent | 69557918d1492853483be5aa904652edf094384f (diff) | |
download | lilv-2cd12ad217c63068c0e33cd70e80ee6344af3216.tar.gz lilv-2cd12ad217c63068c0e33cd70e80ee6344af3216.tar.bz2 lilv-2cd12ad217c63068c0e33cd70e80ee6344af3216.zip |
Move stuff for various binding languages to own directories.
git-svn-id: http://svn.drobilla.net/lad/slv2@1315 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
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 |