[sr-dev] git:sr_3.0: make: db_flatstore moved in the standard package

Andrei Pelinescu-Onciul andrei at iptel.org
Wed Nov 11 20:05:51 CET 2009


Module: sip-router
Branch: sr_3.0
Commit: efaf2651e318574289579730c93d6a73d4734de4
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=efaf2651e318574289579730c93d6a73d4734de4

Author: Klaus Darilion <klaus.mailinglists at pernau.at>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed Nov 11 19:47:28 2009 +0100

make: db_flatstore moved in the standard package

db_flatstore was in db_modules package and ser standard package.
I think it should be removed from db_modules packages as it does
not have any dependencies on db-libraries.

Signed-off-by: Andrei Pelinescu-Onciul <andrei at iptel.org>

---

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index e7b83d7..b482402 100644
--- a/Makefile
+++ b/Makefile
@@ -156,7 +156,7 @@ module_group_standard_dep=acc_db acc_radius auth_db auth_radius avp_db \
 				presence_b2b rls speeddial uri_db xcap xmlrpc
 
 # For db use (db modules, excluding drivers)
-module_group_db=acc_db auth_db avp_db db_ops db_flatstore db_text \
+module_group_db=acc_db auth_db avp_db db_ops db_text \
 				uri_db domain lcr msilo speeddial
 				#dbtext (s) not migrated yet to the new db interface
 




More information about the sr-dev mailing list