summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 11:00:15 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 11:00:15 +0200
commita07c6a9c3850b039565a4394feed24a548739229 (patch)
tree89ad29dfbd8fc6a4858b98975e8ad19bf75a0e36
parent0a5c45f912ecfa0c85f196e56d036d6aede5372b (diff)
Fix VST_SOURCES variable name (was VST_SRC - doh).
-rw-r--r--vst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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