Browse Source

modules/cdp: Added kcore link for statistics

Jason Penton 12 years ago
parent
commit
4c7ba37b7d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      modules/cdp/Makefile

+ 2 - 0
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)