1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
## Process this file with automake to produce Makefile.in
dist_moduleconf_DATA = cicero.conf espeak.conf festival.conf flite.conf \
ibmtts.conf ivona.conf dtk-generic.conf \
epos-generic.conf espeak-generic.conf \
espeak-mbrola-generic.conf llia_phon-generic.conf \
swift-generic.conf
dist_moduleconforig_DATA = cicero.conf espeak.conf festival.conf flite.conf \
ibmtts.conf ivona.conf dtk-generic.conf \
epos-generic.conf espeak-generic.conf \
espeak-mbrola-generic.conf llia_phon-generic.conf \
swift-generic.conf
if pico_support
dist_moduleconf_DATA += pico.conf
dist_moduleconforig_DATA += pico.conf
endif
|