diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-18 13:19:33 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-07-18 13:19:33 +0200 |
commit | c94d8ca185df26f531854d65c2de6eaf8a0c3ee6 (patch) | |
tree | 2417686e2c62f595be5958805a6bf6c9619a627a /configure.ac | |
parent | 704266e2a046c457ac64ec98be0b7c49648092b6 (diff) |
Generate VST mingw32 Makefile.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index fe08097..9928ccf 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,7 @@ if test "x$enable_vst" = "xyes"; then VST_SOURCE_PATH="$with_vst_sources" AC_SUBST(VST_SOURCE_PATH) AC_SUBST(VST_CPPFLAGS) + AC_CONFIG_FILES(vst/Makefile.mingw32) else AC_MSG_RESULT([*** VST plugin will not be compiled ***]) enable_vst=no |