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

Contents of /linuxsampler/trunk/src/hostplugins/lv2/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2356 - (show annotations) (download)
Sun Jul 8 14:44:47 2012 UTC (11 years, 9 months ago) by persson
File size: 394 byte(s)
* LV2: use urid and atom extensions instead of deprecated uri-map and
  event
* LV2: lv2 package 1.0 is now required to build the LV2 plugin
* LV2: changed number of output channels to 16 stereo, just like the
  VST and AU plugins

1 if HAVE_LV2
2 INCLUDES = $(LV2_CFLAGS) $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
3 plugindir = $(libdir)/lv2/linuxsampler.lv2
4 plugin_LTLIBRARIES = linuxsampler.la
5 plugin_DATA = manifest.ttl linuxsampler.ttl
6
7 linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h
8 linuxsampler_la_LDFLAGS = -module -avoid-version
9 linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
10 endif
11
12 EXTRA_DIST = $(plugin_DATA)

  ViewVC Help
Powered by ViewVC