/[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 1923 - (show annotations) (download)
Sat Jun 27 16:55:41 2009 UTC (14 years, 9 months ago) by persson
File size: 426 byte(s)
* fixed crash happening when a pitch bend event arrived at the same
  time a new instrument was loading
* fixed building with sqlite installed in a non-standard directory

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 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