/[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 2360 - (show annotations) (download)
Thu Aug 16 17:01:35 2012 UTC (11 years, 8 months ago) by persson
File size: 426 byte(s)
* LV2: fixed save/restore of SFZ state (patch by David Robillard)
* LV2: made LV2 plugin buildable on Windows and Mac

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 -no-undefined
9 linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
10 endif
11
12 EXTRA_DIST = manifest.ttl.in linuxsampler.ttl

  ViewVC Help
Powered by ViewVC