]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
use handy exported vars to find the installed lumenvox libs and includes
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 22 Mar 2007 21:47:05 +0000 (21:47 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 22 Mar 2007 21:47:05 +0000 (21:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4739 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_lumenvox/Makefile

index 7d933bf15a8bc9241b238c1603c078bab308243e..745e1c470cd3835df650750a8d3730571c275dab 100644 (file)
@@ -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