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

Diff of /linuxsampler/trunk/src/hostplugins/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1777 by persson, Mon Sep 15 16:58:10 2008 UTC revision 1846 by iliev, Thu Feb 26 22:43:45 2009 UTC
# Line 7  endif Line 7  endif
7  if HAVE_VST  if HAVE_VST
8    VST_SUBDIR = vst    VST_SUBDIR = vst
9  endif  endif
10  SUBDIRS = $(DSSI_SUBDIR) $(LV2_SUBDIR) $(VST_SUBDIR)  if HAVE_AU
11      AU_SUBDIR = au
12    endif
13    SUBDIRS = $(DSSI_SUBDIR) $(LV2_SUBDIR) $(VST_SUBDIR) $(AU_SUBDIR)

Legend:
Removed from v.1777  
changed lines
  Added in v.1846

  ViewVC Help
Powered by ViewVC