use handy exported vars to find the installed lumenvox libs and includes
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4739 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
7a2098ef78
commit
5feaf19ecd
|
@ -3,9 +3,9 @@
|
|||
|
||||
# and define these variables to impact your build
|
||||
|
||||
LOCAL_CFLAGS= -fpermissive -Wno-deprecated -Wno-conversion -fpermissive -Wno-unused -Wno-comment -Wno-sign-compare \
|
||||
-Wno-conversion -Wno-reorder -I/opt/lumenvox/eng\ine_7.0/include
|
||||
LOCAL_LDFLAGS= -L/opt/lumenvox/engine_7.0/lib -llv_lvspeechport
|
||||
LOCAL_OBJS=
|
||||
LVENGINE_DIR=/opt/lumenvox/engine_7.0
|
||||
LOCAL_CFLAGS= -fpermissive -Wno-deprecated -Wno-conversion -fpermissive -Wno-unused
|
||||
LOCAL_CFLAGS+= -Wno-comment -Wno-sign-compare -Wno-conversion -Wno-reorder -I$(LVINCLUDE)
|
||||
LOCAL_LDFLAGS= -L$(LVLIB) -llv_lvspeechport
|
||||
include ../../../../build/modmake.rules
|
||||
|
||||
|
|
Loading…
Reference in New Issue