306fb9e
--- apps/py_sems/Makefile~	2008-04-23 22:15:21.000000000 +0400
306fb9e
+++ apps/py_sems/Makefile	2009-04-07 23:48:00.725992047 +0400
306fb9e
@@ -21,15 +21,12 @@
306fb9e
 #   flite text to speech
306fb9e
 #
306fb9e
 # uncomment the next lines if you want to have flite text-to-speech (ivr.say("Hello there"); ) 
306fb9e
-FLITE_DIR = /usr/src/flite-1.2-release
306fb9e
 ALT_FLITE_DIR = /usr/include/flite
306fb9e
-PY_SEMS_TTS_module_ldflags =  -L$(FLITE_DIR)/lib -lm  -lflite_cmu_us_kal  -lflite_usenglish \
306fb9e
+PY_SEMS_TTS_module_ldflags =  -lm  -lflite_cmu_us_kal  -lflite_usenglish \
306fb9e
 	-lflite_cmulex -lflite
306fb9e
-PY_SEMS_TTS_module_cflags = -I$(FLITE_DIR)/include  -I$(ALT_FLITE_DIR) -DPY_SEMS_WITH_TTS
306fb9e
+PY_SEMS_TTS_module_cflags = -I$(ALT_FLITE_DIR) -DPY_SEMS_WITH_TTS
306fb9e
 endif
306fb9e
 
306fb9e
-LOCAL_INCLUDES = -I$(FLITE_DIR)/lang/usenglish
306fb9e
-
306fb9e
 # On FreeBSD, remove the following flags: -ldl -lpthread 
306fb9e
 module_ldflags = -ldl -lpthread -lutil -lm \
306fb9e
 	$(PYTHON_module_ldflags) \
306fb9e
--- apps/ivr/Makefile~	2008-04-13 15:51:02.000000000 +0400
306fb9e
+++ apps/ivr/Makefile	2009-04-07 23:50:55.087991178 +0400
306fb9e
@@ -25,16 +25,14 @@
306fb9e
 #
306fb9e
 #   flite text to speech
306fb9e
 #
306fb9e
-IVR_TTS_module_ldflags =  -L$(FLITE_DIR)/lib -lm  -lflite_cmu_us_kal  -lflite_usenglish \
306fb9e
+IVR_TTS_module_ldflags =  -lm  -lflite_cmu_us_kal  -lflite_usenglish \
306fb9e
 	-lflite_cmulex -lflite
306fb9e
-IVR_TTS_module_cflags = -I$(FLITE_DIR)/include  -I$(ALT_FLITE_DIR) -DIVR_WITH_TTS
306fb9e
+IVR_TTS_module_cflags = -I$(ALT_FLITE_DIR) -DIVR_WITH_TTS
306fb9e
 else
306fb9e
 FLITE_DIR = 
306fb9e
 ALT_FLITE_DIR =
306fb9e
 endif
306fb9e
 
306fb9e
-LOCAL_INCLUDES = -I$(FLITE_DIR)/lang/usenglish
306fb9e
-
306fb9e
 module_ldflags = -lutil \
306fb9e
 	$(PYTHON_module_ldflags) \
306fb9e
 	$(IVR_TTS_module_ldflags)