Module: sip-router Branch: carstenbock/ims Commit: 8810ac87d07f7f7f5c9d86bc793934d44d2d77ae URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8810ac87...
Author: Carsten Bock carsten@bock.info Committer: Carsten Bock carsten@bock.info Date: Tue Jan 11 16:00:45 2011 +0100
If using libcds, the directive SER must be defined.
---
modules/ecscf/Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/ecscf/Makefile b/modules/ecscf/Makefile index f7ff539..4b3b17f 100644 --- a/modules/ecscf/Makefile +++ b/modules/ecscf/Makefile @@ -9,6 +9,7 @@ include ../../Makefile.defs auto_gen= NAME=ecscf.so
+DEFS+=-DSER DEFS+=-DSER_MOD_INTERFACE SERLIBPATH=../../lib SER_LIBS+=$(SERLIBPATH)/srdb1/srdb1 $(SERLIBPATH)/lost/lost_client