/[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 2291 - (show annotations) (download)
Thu Nov 24 17:00:29 2011 UTC (12 years, 5 months ago) by capela
File size: 447 byte(s)
* LV2 State extension;
  replaces LV2 Persist and LV2 Files extensions (patch by David Robilard).
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 lv2_event.h lv2_state.h lv2_uri_map.h lv2_files.h
9 linuxsampler_la_LDFLAGS = -module -avoid-version
10 linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
11 endif
12
13 EXTRA_DIST = $(plugin_DATA)

  ViewVC Help
Powered by ViewVC