Module: sip-router
Branch: master
Commit: 4c7ba37b7d8bf55d1983950812a3ae060e5ee3e4
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4c7ba37…
Author: Jason Penton <jason.penton(a)smilecoms.com>
Committer: Jason Penton <jason.penton(a)smilecoms.com>
Date: Tue Jan 8 16:47:13 2013 +0200
modules/cdp: Added kcore link for statistics
---
modules/cdp/Makefile | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/cdp/Makefile b/modules/cdp/Makefile
index c727f65..15ef21b 100644
--- a/modules/cdp/Makefile
+++ b/modules/cdp/Makefile
@@ -3,6 +3,8 @@ auto_gen=
NAME=cdp.so
DEFS+=-DKAMAILIO_MOD_INTERFACE
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/kcore/kcore
ifeq ($(CROSS_COMPILE),)
XML2CFG=$(shell which xml2-config)