/[svn]/linuxsampler/trunk/src/hostplugins/vst/Makefile.am
ViewVC logotype

Contents of /linuxsampler/trunk/src/hostplugins/vst/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1923 - (show annotations) (download)
Sat Jun 27 16:55:41 2009 UTC (14 years, 9 months ago) by persson
File size: 824 byte(s)
* fixed crash happening when a pitch bend event arrived at the same
  time a new instrument was loading
* fixed building with sqlite installed in a non-standard directory

1 if HAVE_VST
2
3 plugindir = $(libdir)/vst
4 plugin_LTLIBRARIES = LinuxSampler.la
5 INCLUDES = -I@VSTSDK_DIR@ -I@VSTSDK_DIR@/public.sdk/source/vst2.x \
6 $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
7
8 LinuxSampler_la_SOURCES = PluginVst.cpp PluginVst.h
9 nodist_LinuxSampler_la_SOURCES = \
10 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffectx.cpp \
11 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffect.cpp \
12 @VSTSDK_DIR@/public.sdk/source/vst2.x/vstplugmain.cpp
13
14 LinuxSampler_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,-s
15 LinuxSampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
16
17 EXTRA_DIST = PluginVst.def
18
19 if HAVE_WINDOWS
20 LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def
21 LinuxSampler_la_LIBADD += -lws2_32
22 else
23 LinuxSampler_la_CPPFLAGS = -D__cdecl=
24 LinuxSampler_la_LDFLAGS += -Wl,--defsym -Wl,main=VSTPluginMain
25 endif
26
27 endif

  ViewVC Help
Powered by ViewVC