Browse Source

Move libespeak-ng internal headers to src/libespeak-ng.

master
Reece H. Dunn 9 years ago
parent
commit
f185786b87

+ 1
- 1
Makefile.am View File

@@ -56,7 +56,7 @@ libespeak_includedir = $(includedir)/espeak
libespeak_include_HEADERS = \
src/speak_lib.h

common_FLAGS = -Isrc
common_FLAGS = -Isrc -Isrc/libespeak-ng
common_SOURCE = \
src/libespeak-ng/compiledict.c \
src/libespeak-ng/dictionary.c \

src/debug.h → src/libespeak-ng/debug.h View File


src/espeak_command.h → src/libespeak-ng/espeak_command.h View File


src/event.h → src/libespeak-ng/event.h View File


src/fifo.h → src/libespeak-ng/fifo.h View File


src/klatt.h → src/libespeak-ng/klatt.h View File


src/mbrowrap.h → src/libespeak-ng/mbrowrap.h View File


src/phoneme.h → src/libespeak-ng/phoneme.h View File


src/sintab.h → src/libespeak-ng/sintab.h View File


src/sonic.h → src/libespeak-ng/sonic.h View File


src/speech.h → src/libespeak-ng/speech.h View File


src/synthesize.h → src/libespeak-ng/synthesize.h View File


src/translate.h → src/libespeak-ng/translate.h View File


src/voice.h → src/libespeak-ng/voice.h View File


src/wave.h → src/libespeak-ng/wave.h View File


Loading…
Cancel
Save