[sr-dev] git:luismartingil/ndb_cassandra: ndb_cassandra: Changing root Makefile not to compile the module by default.

Luis Martin Gil martingil.luis at gmail.com
Sat Nov 30 22:08:58 CET 2013


Module: sip-router
Branch: luismartingil/ndb_cassandra
Commit: 992ca11279eafe7fee300d0d8a29229b88eaeba0
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=992ca11279eafe7fee300d0d8a29229b88eaeba0

Author: Luis Martin Gil <martingil.luis at gmail.com>
Committer: Luis Martin Gil <martingil.luis at gmail.com>
Date:   Sat Nov 30 21:06:38 2013 +0000

ndb_cassandra: Changing root Makefile not to compile the module by default.

- Reusing existing db_cassandra module in the Makefile.groups
structure in order to not compile the ndb_cassandra module by default.

---

 Makefile.groups |    2 +-
 README-MODULES  |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.groups b/Makefile.groups
index d1cad86..fcd47b4 100644
--- a/Makefile.groups
+++ b/Makefile.groups
@@ -54,7 +54,7 @@ mod_list_postgres=db_postgres
 mod_list_unixodbc=db_unixodbc
 
 # - modules depending on mysql cassandra library
-mod_list_cassandra=db_cassandra
+mod_list_cassandra=db_cassandra ndb_cassandra
 
 # - modules depending on xml2 library
 mod_list_cpl=cpl-c
diff --git a/README-MODULES b/README-MODULES
index 4929d74..2499370 100644
--- a/README-MODULES
+++ b/README-MODULES
@@ -118,6 +118,7 @@ mqueue			Message queue system for configuration file
 nat_traversal		NAT :: NAT traversal module
 nathelper		NAT :: NAT traversal module :: RTPproxy (SIPPY software)
 ndb_redis		Connector to REDIS NoSQL Database engine
+ndb_cassandra		Connector to Apache Cassandra
 osp			Open Settlement Protocol support
 outbound		SIP Outbound Implementation
 p_usrloc		Partitioned and distributed user location services




More information about the sr-dev mailing list