blob: b1d1140072e6def9bb322f0512bc05ca5bba13ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#if ENABLEFLUIDSYNTH
#SUBDIRS = libsynti s1 organ fluidsynth fluid vam deicsonze simpledrums
#else
#SUBDIRS = libsynti s1 organ vam deicsonze simpledrums
#endif
SUBDIRS = libsynti\
s1 \
organ \
$(synth_fluidsynth) \
$(synth_fluid) \
vam \
simpledrums
# deicsonze
# deicsonze2
include $(top_srcdir)/common.am
EXTRA_DIST = synti-install.am
|