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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1777 - (show annotations) (download)
Mon Sep 15 16:58:10 2008 UTC (15 years, 6 months ago) by persson
File size: 250 byte(s)
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin

1 if HAVE_DSSI
2 plugindir = $(libdir)/dssi
3 plugin_LTLIBRARIES = linuxsampler.la
4 linuxsampler_la_SOURCES = PluginDssi.cpp PluginDssi.h
5 linuxsampler_la_LDFLAGS = -module -avoid-version
6 linuxsampler_la_LIBADD = $(top_builddir)/src/liblinuxsampler.la
7 endif

  ViewVC Help
Powered by ViewVC