/[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 1922 by persson, Mon Jun 1 18:50:06 2009 UTC revision 1923 by persson, Sat Jun 27 16:55:41 2009 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 = \

Legend:
Removed from v.1922  
changed lines
  Added in v.1923

  ViewVC Help
Powered by ViewVC