1#
2# Copyright (C) 2002 - 2018 Brailcom, o.p.s.
3#
4# This is free software; you can redistribute it and/or modify it
5# under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2, or (at your option)
7# any later version.
8#
9# This software is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12# General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with this program.  If not, see <https://www.gnu.org/licenses/>.
16#
17
18## Process this file with automake to produce Makefile.in
19
20dist_moduleconf_DATA = cicero.conf espeak.conf espeak-ng.conf festival.conf \
21		       flite.conf ivona.conf dtk-generic.conf \
22                       epos-generic.conf \
23                       espeak-ng-mbrola-generic.conf espeak-mbrola-generic.conf \
24                       llia_phon-generic.conf \
25                       swift-generic.conf mary-generic-disabled.conf
26
27dist_moduleconforig_DATA = cicero.conf espeak.conf festival.conf espeak-ng.conf
28	                   flite.conf ivona.conf dtk-generic.conf \
29                           epos-generic.conf \
30                           espeak-ng-mbrola-generic.conf espeak-mbrola-generic.conf \
31                           llia_phon-generic.conf \
32                           swift-generic.conf mary-generic-disabled.conf
33
34if pico_support
35dist_moduleconf_DATA += pico.conf
36dist_moduleconforig_DATA += pico.conf
37endif
38
39if baratinoo_support
40dist_moduleconf_DATA += baratinoo.conf
41dist_moduleconforig_DATA += baratinoo.conf
42endif
43
44if kali_support
45dist_moduleconf_DATA += kali.conf
46dist_moduleconforig_DATA += kali.conf
47endif
48
49if ibmtts_support
50dist_moduleconf_DATA += ibmtts.conf
51dist_moduleconforig_DATA += ibmtts.conf
52endif
53
54if voxin_support
55dist_moduleconf_DATA += voxin.conf
56dist_moduleconforig_DATA += voxin.conf
57endif
58
59-include $(top_srcdir)/git.mk
60