Module: sip-router Branch: janakj/kcore Commit: 96b479a017db26d450ceaec29b2d13c450ac6949 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=96b479a0...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Mon Mar 2 22:48:43 2009 +0100
New shared library libkcore
This is a new shared library which will contain all things from kamailio core that are not yet present in the sip-router core.
---
lib/kcore/Makefile | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/lib/kcore/Makefile b/lib/kcore/Makefile new file mode 100644 index 0000000..4198f4e --- /dev/null +++ b/lib/kcore/Makefile @@ -0,0 +1,9 @@ +include ../../Makefile.defs +auto_gen= +NAME:=kcore +MAJOR_VER=1 +MINOR_VER=0 +BUGFIX_VER=0 +LIBS= + +include ../../Makefile.libs