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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1923 - (hide 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 persson 1777 if HAVE_VST
2    
3     plugindir = $(libdir)/vst
4     plugin_LTLIBRARIES = LinuxSampler.la
5 persson 1923 INCLUDES = -I@VSTSDK_DIR@ -I@VSTSDK_DIR@/public.sdk/source/vst2.x \
6     $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
7 persson 1842
8 persson 1777 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 persson 1897 LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def
21 persson 1777 LinuxSampler_la_LIBADD += -lws2_32
22     else
23     LinuxSampler_la_CPPFLAGS = -D__cdecl=
24 persson 1908 LinuxSampler_la_LDFLAGS += -Wl,--defsym -Wl,main=VSTPluginMain
25 persson 1777 endif
26    
27     endif

  ViewVC Help
Powered by ViewVC