/[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 2360 - (hide 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 persson 1777 if HAVE_LV2
2 persson 1923 INCLUDES = $(LV2_CFLAGS) $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
3 persson 1777 plugindir = $(libdir)/lv2/linuxsampler.lv2
4     plugin_LTLIBRARIES = linuxsampler.la
5     plugin_DATA = manifest.ttl linuxsampler.ttl
6    
7 persson 2356 linuxsampler_la_SOURCES = PluginLv2.cpp PluginLv2.h
8 persson 2360 linuxsampler_la_LDFLAGS = -module -avoid-version -no-undefined
9 persson 1777 linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
10     endif
11 persson 2183
12 persson 2360 EXTRA_DIST = manifest.ttl.in linuxsampler.ttl

  ViewVC Help
Powered by ViewVC