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

Contents of /linuxsampler/branches/release2_0_0/src/hostplugins/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2789 - (show annotations) (download)
Wed Jul 15 20:34:18 2015 UTC (8 years, 10 months ago) by schoenebeck
File size: 214 byte(s)
Created linuxsampler branch 'release2_0_0'.

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