summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-03-24 12:21:50 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-03-24 12:21:50 +0100
commit0ac99547d9b2a860af939f24d2449947787ff86d (patch)
tree13cfe0c94c277de5b50f287e2969e28908a6ff18
parent6ac37db2337eb2ef2420290c293367f392f62a80 (diff)
Don't try to pack the vstsdk sources.
-rw-r--r--plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index 1dab326..64db1d5 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -41,7 +41,7 @@ VST_SRC_BASE = ${VST_BASE}/public.sdk/source/vst2.x/
# Hack to compile vst sources without -Wall -Werror
libvstsdk_la_CXXFLAGS = -w $(VST_CPPFLAGS)
-libvstsdk_la_SOURCES = \
+nodist_libvstsdk_la_SOURCES = \
${VST_SRC_BASE}/audioeffectx.cpp \
${VST_SRC_BASE}/audioeffect.cpp \
${VST_SRC_BASE}/vstplugmain.cpp