From 58320ce77bb4f369f1f9360d15a7a5e32887519c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 8 Sep 2016 20:06:46 +0200 Subject: Copy vstsdk sources to build tree before compilation. --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6a38c8a..7e6695c 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AM_INIT_AUTOMAKE AC_PROG_CXX AM_PROG_CC_C_O +AC_PROG_MKDIR_P LT_INIT @@ -178,7 +179,7 @@ AC_ARG_ENABLE([vst], AS_IF( [test "x$enable_vst" = "xyes"], [enable_vst=yes - VST_CPPFLAGS="-I$with_vst_sources -D__int64='long long int'" + VST_CPPFLAGS="-D__int64='long long int'" # Set up platform specific workarounds for the VST SDK AS_CASE([$host_os], @@ -608,6 +609,7 @@ AC_CONFIG_FILES( tools/Makefile src/Makefile plugin/Makefile + plugin/vst/Makefile plugingui/Makefile include/Makefile man/Makefile -- cgit v1.2.3