From: Tilghman Lesher Date: Mon, 23 Aug 2010 21:32:14 +0000 (+0000) Subject: CDR drivers depend upon res_odbc, not directly on the ODBC libraries X-Git-Tag: 1.6.2.14-rc1~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=727cf54d506fa2f2d8b448300140267f95f85cf1;p=thirdparty%2Fasterisk.git CDR drivers depend upon res_odbc, not directly on the ODBC libraries git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@283318 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c index 7b5b8dc74d..6b08199630 100644 --- a/cdr/cdr_adaptive_odbc.c +++ b/cdr/cdr_adaptive_odbc.c @@ -25,8 +25,7 @@ */ /*** MODULEINFO - generic_odbc - ltdl + res_odbc ***/ #include "asterisk.h" diff --git a/cdr/cdr_odbc.c b/cdr/cdr_odbc.c index 8af2edc20f..eb8a79c449 100644 --- a/cdr/cdr_odbc.c +++ b/cdr/cdr_odbc.c @@ -29,8 +29,7 @@ */ /*** MODULEINFO - generic_odbc - ltdl + res_odbc ***/ #include "asterisk.h"