From af851c8032f8dd4e65edf9664700c2c8b35906a3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Feb 2008 03:44:47 +0000 Subject: Check for Python properly before attempting to build bindings. Preliminary scheme (chicken/mzscheme) bindings (not working). git-svn-id: http://svn.drobilla.net/lad/slv2@1146 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a256646..e61026e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,7 @@ dist-check-doxygen: endif SUBDIRS = src slv2 utils hosts $(DOC_DIR) swig debian -DIST_SUBDIRS = src slv2 utils hosts doc swig debian +DIST_SUBDIRS = src slv2 utils hosts doc swig debian m4 pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = slv2.pc -- cgit v1.2.1