/[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 1842 - (show annotations) (download)
Sat Feb 21 16:11:17 2009 UTC (15 years, 1 month ago) by persson
File size: 730 byte(s)
* fixed building with libgig 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 $(GIG_CFLAGS)
6
7 LinuxSampler_la_SOURCES = PluginVst.cpp PluginVst.h
8 nodist_LinuxSampler_la_SOURCES = \
9 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffectx.cpp \
10 @VSTSDK_DIR@/public.sdk/source/vst2.x/audioeffect.cpp \
11 @VSTSDK_DIR@/public.sdk/source/vst2.x/vstplugmain.cpp
12
13 LinuxSampler_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,-s
14 LinuxSampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
15
16 EXTRA_DIST = PluginVst.def
17
18 if HAVE_WINDOWS
19 LinuxSampler_la_LDFLAGS += -Wl,PluginVst.def
20 LinuxSampler_la_LIBADD += -lws2_32
21 else
22 LinuxSampler_la_CPPFLAGS = -D__cdecl=
23 endif
24
25 endif

  ViewVC Help
Powered by ViewVC