mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 18:04:07 +00:00
6 lines
205 B
Makefile
6 lines
205 B
Makefile
|
LOCAL_CFLAGS=-I/usr/local/include
|
||
|
LOCAL_LDFLAGS=-L/usr/local/lib -lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite -lm
|
||
|
|
||
|
BASE=../../../..
|
||
|
include $(BASE)/build/modmake.rules
|