Module: sip-router
Branch: master
Commit: 56a54e9431ae76e676f2e8b93da9fefdf75894ec
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56a54e9…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Thu Jul 9 13:52:53 2009 +0200
makefile: dbtext(s) removed from the db group
dbtext(s) is not yet migrated to the current db interfaces.
---
Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index a12d685..1dcdb85 100644
--- a/Makefile
+++ b/Makefile
@@ -156,8 +156,9 @@ 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 dbtext db_text \
+module_group_db=acc_db auth_db avp_db db_ops db_flatstore db_text \
uri_db domain lcr msilo speeddial
+ #dbtext (s) not migrated yet to the new db interface
# For mysql
module_group_mysql_driver=db_mysql