summaryrefslogtreecommitdiff
path: root/cdr
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-08-23 21:35:09 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-08-23 21:35:09 +0000
commit20d02604df9bdc99bf7f4ede4a1c91ab9ee02e64 (patch)
treebed54da32f02938c8bbd72f5e8808a294422dc57 /cdr
parentdb994dbc6c4929be4a1b228c95719cbf2bf3ea42 (diff)
Merged revisions 283319 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ................ r283319 | tilghman | 2010-08-23 16:33:47 -0500 (Mon, 23 Aug 2010) | 9 lines Merged revisions 283318 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.6.2 ........ r283318 | tilghman | 2010-08-23 16:32:14 -0500 (Mon, 23 Aug 2010) | 2 lines CDR drivers depend upon res_odbc, not directly on the ODBC libraries ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@283320 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'cdr')
-rw-r--r--cdr/cdr_adaptive_odbc.c3
-rw-r--r--cdr/cdr_odbc.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c
index 857ad726a..f0b0e99bf 100644
--- a/cdr/cdr_adaptive_odbc.c
+++ b/cdr/cdr_adaptive_odbc.c
@@ -25,8 +25,7 @@
*/
/*** MODULEINFO
- <depend>generic_odbc</depend>
- <depend>ltdl</depend>
+ <depend>res_odbc</depend>
***/
#include "asterisk.h"
diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c
index ab4a1455d..f77d60b2c 100644
--- a/cdr/cdr_odbc.c
+++ b/cdr/cdr_odbc.c
@@ -29,8 +29,7 @@
*/
/*** MODULEINFO
- <depend>generic_odbc</depend>
- <depend>ltdl</depend>
+ <depend>res_odbc</depend>
***/
#include "asterisk.h"