small fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1016 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e5516be23f
commit
c3da050a32
|
@ -1,5 +1,5 @@
|
||||||
CFLAGS += -I.
|
CFLAGS += -I.
|
||||||
LDFLAGS += -leXosip2 -ljrtp
|
LDFLAGS += -leXosip2
|
||||||
OBJS=osip_rfc3264.o
|
OBJS=osip_rfc3264.o
|
||||||
ifeq ($(OSARCH),Darwin)
|
ifeq ($(OSARCH),Darwin)
|
||||||
LINKER=g++
|
LINKER=g++
|
||||||
|
|
Loading…
Reference in New Issue