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

Contents of /linuxsampler/trunk/src/hostplugins/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: 167 byte(s)
* added experimental support for running LinuxSampler as a DSSI, LV2
  and VST plugin

1 if HAVE_DSSI
2 DSSI_SUBDIR = dssi
3 endif
4 if HAVE_LV2
5 LV2_SUBDIR = lv2
6 endif
7 if HAVE_VST
8 VST_SUBDIR = vst
9 endif
10 SUBDIRS = $(DSSI_SUBDIR) $(LV2_SUBDIR) $(VST_SUBDIR)

  ViewVC Help
Powered by ViewVC