From c3da050a32215cb87c61c021840a461d9fbad185 Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 3 Apr 2006 22:19:55 +0000 Subject: [PATCH] small fix git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1016 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_exosip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_exosip/Makefile b/src/mod/endpoints/mod_exosip/Makefile index 6630d7599b..e3561f50de 100644 --- a/src/mod/endpoints/mod_exosip/Makefile +++ b/src/mod/endpoints/mod_exosip/Makefile @@ -1,5 +1,5 @@ CFLAGS += -I. -LDFLAGS += -leXosip2 -ljrtp +LDFLAGS += -leXosip2 OBJS=osip_rfc3264.o ifeq ($(OSARCH),Darwin) LINKER=g++