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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1908 by persson, Mon Jun 1 18:50:06 2009 UTC revision 2183 by persson, Sat Jun 11 17:53:32 2011 UTC
# Line 2  if HAVE_VST Line 2  if HAVE_VST
2    
3  plugindir = $(libdir)/vst  plugindir = $(libdir)/vst
4  plugin_LTLIBRARIES = LinuxSampler.la  plugin_LTLIBRARIES = LinuxSampler.la
5  INCLUDES = -I@VSTSDK_DIR@ -I@VSTSDK_DIR@/public.sdk/source/vst2.x $(GIG_CFLAGS)  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  LinuxSampler_la_SOURCES = PluginVst.cpp PluginVst.h
9  nodist_LinuxSampler_la_SOURCES = \  nodist_LinuxSampler_la_SOURCES = \
# Line 13  nodist_LinuxSampler_la_SOURCES = \ Line 14  nodist_LinuxSampler_la_SOURCES = \
14  LinuxSampler_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,-s  LinuxSampler_la_LDFLAGS = -module -avoid-version -no-undefined -Wl,-s
15  LinuxSampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la  LinuxSampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
16    
 EXTRA_DIST = PluginVst.def  
   
17  if HAVE_WINDOWS  if HAVE_WINDOWS
18  LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def  LinuxSampler_la_LDFLAGS += -Wl,$(srcdir)/PluginVst.def
19  LinuxSampler_la_LIBADD += -lws2_32  LinuxSampler_la_LIBADD += -lws2_32
# Line 24  LinuxSampler_la_LDFLAGS += -Wl,--defsym Line 23  LinuxSampler_la_LDFLAGS += -Wl,--defsym
23  endif  endif
24    
25  endif  endif
26    
27    EXTRA_DIST = PluginVst.def

Legend:
Removed from v.1908  
changed lines
  Added in v.2183

  ViewVC Help
Powered by ViewVC