/[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 1846 - (show annotations) (download)
Thu Feb 26 22:43:45 2009 UTC (15 years, 1 month ago) by iliev
File size: 214 byte(s)
* AU plugin, work in progress:
* added build files
* fixes in MIDI event handling

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 if HAVE_AU
11 AU_SUBDIR = au
12 endif
13 SUBDIRS = $(DSSI_SUBDIR) $(LV2_SUBDIR) $(VST_SUBDIR) $(AU_SUBDIR)

  ViewVC Help
Powered by ViewVC