[sr-dev] git:master: modules/privacy: Privacy module, for handling RFC3325

Raul Alexis Betancor Santana rabs at dimension-virtual.com
Sun Jan 3 07:24:36 CET 2010


Module: sip-router
Branch: master
Commit: 4d0d5d78edc1ab45a54d46e01c928d4f7e443d87
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d0d5d78edc1ab45a54d46e01c928d4f7e443d87

Author: Raul Alexis Betancor Santana <rabs at dimension-virtual.com>
Committer: Raul Alexis Betancor Santana <rabs at dimension-virtual.com>
Date:   Wed Dec 30 22:43:04 2009 +0000

modules/privacy: Privacy module, for handling RFC3325

- New module for handling RFC3325, with DB support
- Initial Makefile

---

 modules/privacy/Makefile |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/modules/privacy/Makefile b/modules/privacy/Makefile
new file mode 100644
index 0000000..6458f9e
--- /dev/null
+++ b/modules/privacy/Makefile
@@ -0,0 +1,17 @@
+#
+# Privacy module Makefile
+#
+# 
+# WARNING: do not run this directly, it should be run by the master Makefile
+
+include ../../Makefile.defs
+
+auto_gen=
+NAME=privacy.so
+
+DEFS+=-DOPENSER_MOD_INTERFACE
+
+SERLIBPATH=../../lib
+SER_LIBS+=$(SERLIBPATH)/kcore/kcore
+
+include ../../Makefile.modules




More information about the sr-dev mailing list