]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
re-added default install path in addition to SWIFT_HOME
authorTraun Leyden <tleyden@branchcut.com>
Wed, 27 Jun 2007 17:25:54 +0000 (17:25 +0000)
committerTraun Leyden <tleyden@branchcut.com>
Wed, 27 Jun 2007 17:25:54 +0000 (17:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5480 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/asr_tts/mod_cepstral/Makefile

index adb1e26cf02d08a9efce0bf8abe61aa68b62adee..f95244f3c1e81084c2d162b2521483f1f48681e1 100644 (file)
@@ -1,6 +1,6 @@
-LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework swift" ; else echo "-L$(SWIFT_HOME)/lib -lswift -lceplex_us -lceplang_en -lm" ; fi ;
+LOCAL_INSERT_LDFLAGS=if test $$osarch = "Darwin" ; then echo "-framework swift" ; else echo "-L$(SWIFT_HOME)/lib -L/opt/swift/lib -lswift -lceplex_us -lceplang_en -lm" ; fi ;
 
-LOCAL_INSERT_CFLAGS=test $$osarch = "Darwin" || echo "-I$(SWIFT_HOME)/include";
+LOCAL_INSERT_CFLAGS=test $$osarch = "Darwin" || echo "-I$(SWIFT_HOME)/include -I/opt/swift/include";
 LOCAL_CFLAGS=-w
 include ../../../../build/modmake.rules