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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1777 - (hide annotations) (download)
Mon Sep 15 16:58:10 2008 UTC (15 years, 7 months ago) by persson
File size: 394 byte(s)
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin

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

  ViewVC Help
Powered by ViewVC