Module: sip-router Branch: master Commit: 4d0d5d78edc1ab45a54d46e01c928d4f7e443d87 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4d0d5d78...
Author: Raul Alexis Betancor Santana rabs@dimension-virtual.com Committer: Raul Alexis Betancor Santana rabs@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
Hello,
did the commit fail? No c and doc files in the module directory...
Daniel
On 1/3/10 7:24 AM, Raul Alexis Betancor Santana wrote:
On Sunday 03 January 2010 11:02:21 Daniel-Constantin Mierla wrote:
Hello,
did the commit fail? No c and doc files in the module directory...
Yes, sorry, it should not be pushed that commits, they are about other module I'm working on ... :-(
On 1/3/10 1:20 PM, Raúl Alexis Betancor Santana wrote:
ok, np, if it is about a module that is going to happen, then can stay until you are going to fill in everything. If it is just something that you are playing with and not sure about the future, we should remove it.
Cheers, Daniel
On Sonntag, 3. Januar 2010, Raúl Alexis Betancor Santana wrote:
Hello Raúl,
if you want to work on something that its more experimental you could create a private branch on the git repository for you. This way the changes will not end up in the master branch, like this.
Regards,
Henning