update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@908 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d49044b6a4
commit
2f610e05b8
|
@ -12,7 +12,7 @@ all: depends $(OBJS) $(MODNAME).$(DYNAMIC_LIB_EXTEN)
|
||||||
depends:
|
depends:
|
||||||
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install jrtplib --prefix=$(PREFIX) --disable-gst
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install jrtplib --prefix=$(PREFIX) --disable-gst
|
||||||
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libosip2-2.2.2.tar.gz --prefix=$(PREFIX)
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libosip2-2.2.2.tar.gz --prefix=$(PREFIX)
|
||||||
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libeXosip2-2.2.2.tar.gz --disable-josua --prefix=$(PREFIX)
|
MAKE=$(MAKE) $(BASE)/build/buildlib.sh $(BASE) install libeXosip2-2.2.3-pre1.tar.gz --disable-josua --prefix=$(PREFIX)
|
||||||
|
|
||||||
|
|
||||||
%.o: %.c
|
%.o: %.c
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include <osipparser2/osip_port.h>
|
#include <osipparser2/osip_port.h>
|
||||||
#include <osipparser2/osip_rfc3264.h>
|
#include <osip_rfc3264.h>
|
||||||
#include <osip_rfc3264i.h> /* internal include */
|
#include <osip_rfc3264i.h> /* internal include */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#include <osipparser2/osip_list.h>
|
#include <osipparser2/osip_list.h>
|
||||||
#include <osipparser2/sdp_message.h>
|
#include <osipparser2/sdp_message.h>
|
||||||
#include <osipparser2/osip_rfc3264.h>
|
#include <osip_rfc3264.h>
|
||||||
|
|
||||||
#ifndef DOXYGEN
|
#ifndef DOXYGEN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue