Module: sip-router Branch: kamailio_3.0 Commit: c25d7a7a03cedee7d691196aff3549a1239d4e5a URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c25d7a7a...
Author: Klaus Darilion klaus.mailinglists@pernau.at Committer: Daniel-Constantin Mierla miconda@gmail.com 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@iptel.org (cherry picked from commit efaf2651e318574289579730c93d6a73d4734de4)
---
Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 6d8c9f3..9c1f2b3 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