Module: sip-router Branch: pd/msrp Commit: ecff5ed28ee98278b0831495a9883d454c7163ba URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ecff5ed2...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Wed Feb 13 11:02:55 2013 +0000
modules/msrp: Now links msrp to kcore (needed for fake SIP message used in new event_route)
---
modules/msrp/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/msrp/Makefile b/modules/msrp/Makefile index 436f47f..ed04c4a 100644 --- a/modules/msrp/Makefile +++ b/modules/msrp/Makefile @@ -10,6 +10,7 @@ LIBS= DEFS+=-DKAMAILIO_MOD_INTERFACE
SERLIBPATH=../../lib +SER_LIBS+=$(SERLIBPATH)/kcore/kcore SER_LIBS+=$(SERLIBPATH)/srutils/srutils
include ../../Makefile.modules