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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1923 - (hide annotations) (download)
Sat Jun 27 16:55:41 2009 UTC (14 years, 10 months ago) by persson
File size: 293 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 persson 1777 if HAVE_DSSI
2 persson 1923 INCLUDES = $(GIG_CFLAGS) $(SQLITE3_CFLAGS)
3 persson 1777 plugindir = $(libdir)/dssi
4     plugin_LTLIBRARIES = linuxsampler.la
5     linuxsampler_la_SOURCES = PluginDssi.cpp PluginDssi.h
6     linuxsampler_la_LDFLAGS = -module -avoid-version
7     linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
8     endif

  ViewVC Help
Powered by ViewVC