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

Diff of /linuxsampler/trunk/src/hostplugins/lv2/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 3  INCLUDES = $(LV2_CFLAGS) $(GIG_CFLAGS) $ Line 3  INCLUDES = $(LV2_CFLAGS) $(GIG_CFLAGS) $
3  plugindir = $(libdir)/lv2/linuxsampler.lv2  plugindir = $(libdir)/lv2/linuxsampler.lv2
4  plugin_LTLIBRARIES = linuxsampler.la  plugin_LTLIBRARIES = linuxsampler.la
5  plugin_DATA = manifest.ttl linuxsampler.ttl  plugin_DATA = manifest.ttl linuxsampler.ttl
 EXTRA_DIST = $(plugin_DATA)  
6    
7  linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h \  linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h \
8          lv2_event.h lv2-saverestore.h          lv2_event.h lv2-saverestore.h
9  linuxsampler_la_LDFLAGS = -module -avoid-version  linuxsampler_la_LDFLAGS = -module -avoid-version
10  linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la  linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
11  endif  endif
12    
13    EXTRA_DIST = $(plugin_DATA)

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

  ViewVC Help
Powered by ViewVC