/[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 2182 by persson, Sat Jun 27 16:55:41 2009 UTC revision 2183 by persson, Sat Jun 11 17:53:32 2011 UTC
# Line 14  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 25  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.2182  
changed lines
  Added in v.2183

  ViewVC Help
Powered by ViewVC