From a07c6a9c3850b039565a4394feed24a548739229 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 8 Jun 2014 11:00:15 +0200 Subject: Fix VST_SOURCES variable name (was VST_SRC - doh). --- vst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vst/Makefile.am b/vst/Makefile.am index 5a66d7d..bfc7b65 100644 --- a/vst/Makefile.am +++ b/vst/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/src/Makefile.am.drumgizmo VST_BASE = ${VST_SOURCE_PATH} VST_SRC_BASE = ${VST_BASE}/public.sdk/source/vst2.x/ -VST_SRC = \ +VST_SOURCES = \ ${VST_SRC_BASE}/audioeffectx.cpp \ ${VST_SRC_BASE}/audioeffect.cpp \ ${VST_SRC_BASE}/vstplugmain.cpp -- cgit v1.2.3