1
0
Fork 0
flightgear/src/Sound/Makefile.am
mfranz ea49db6c4f add voice subsystem. This is a generic socket interface with a special
mode for communication with the "Festival" speech synthesis system.
2006-02-11 11:58:17 +00:00

9 lines
194 B
Makefile

noinst_LIBRARIES = libSound.a
libSound_a_SOURCES = \
beacon.cxx beacon.hxx \
fg_fx.cxx fg_fx.hxx \
morse.cxx morse.hxx \
voice.cxx voice.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src