summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-09-08 20:06:46 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2016-09-08 20:06:46 +0200
commit58320ce77bb4f369f1f9360d15a7a5e32887519c (patch)
tree3667883308c51d141e7ff9d70281290165634705 /configure.ac
parent9aae2a082005eab641f8e650c2de2636bac9413b (diff)
Copy vstsdk sources to build tree before compilation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
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