fix build error on OsX 10.5

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6251 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-11-13 23:18:52 +00:00
parent 36522568cd
commit 9d8c15e34b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
BASE=../../../..
LOCAL_SOURCES=expreval.c exprinit.c exprobj.c exprutil.c exprfunc.c exprmem.c exprpars.c exprval.c
LOCAL_OBJS=expreval.o exprinit.o exprobj.o exprutil.o exprfunc.o exprmem.o exprpars.o exprval.o
LOCAL_LIBADD=-lm
LOCAL_LDFLAGS=-lm
include $(BASE)/build/modmake.rules