From c94d8ca185df26f531854d65c2de6eaf8a0c3ee6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 18 Jul 2014 13:19:33 +0200 Subject: Generate VST mingw32 Makefile. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 -- cgit v1.2.3