diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-24 12:21:50 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-03-24 12:21:50 +0100 |
commit | 0ac99547d9b2a860af939f24d2449947787ff86d (patch) | |
tree | 13cfe0c94c277de5b50f287e2969e28908a6ff18 /plugin/Makefile.am | |
parent | 6ac37db2337eb2ef2420290c293367f392f62a80 (diff) |
Don't try to pack the vstsdk sources.
Diffstat (limited to 'plugin/Makefile.am')
-rw-r--r-- | plugin/Makefile.am | 2 |
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 |