diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 13:20:08 +0000 |
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 13:20:08 +0000 |
| commit | cef441d2bf60ebdd26ab9c93e70e01bed9f1fe2e (patch) | |
| tree | b8bf30fb33934a6c0a0664a99db5f3101e514fdb /ext | |
| parent | 64e52ab9ade024c8a66c7cbd5c0c9d342670e1d0 (diff) | |
adding festival
Original commit message from CVS:
adding festival
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 8804878c..c53ea1bd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -46,6 +46,12 @@ else ESD_DIR= endif +if USE_FESTIVAL +FESTIVAL_DIR=festival +else +FESTIVAL_DIR= +endif + if USE_LAME LAME_DIR=lame else @@ -78,8 +84,8 @@ endif SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \ $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DVDREAD_DIR) $(ESD_DIR) \ - $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \ + $(FESTIVAL_DIR) $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \ $(SDL_DIR) $(VORBIS_DIR) DIST_SUBDIRS=a52 aalib alsa avifile audiofile cdparanoia dvdread esd \ - lame mad mpeg2dec sdl vorbis + festival lame mad mpeg2dec sdl vorbis |
