]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_odbc_transaction: add dep on generic_odbc 68/3668/1
authorDavid M. Lee <dlee@respoke.io>
Sat, 20 Aug 2016 19:51:59 +0000 (14:51 -0500)
committerDavid M. Lee <dlee@respoke.io>
Sun, 21 Aug 2016 23:54:26 +0000 (18:54 -0500)
commite54dcf4fd509d7ac9e5105ba99aa38c21d94f13e
tree591d79bf68fa0fc2a09b7bcfc97948f94c082317
parent8778e22b154e45c2b836d3af413620aefc0b4966
res_odbc_transaction: add dep on generic_odbc

When res_odbc_transaction depended on res_odbc, it got the generic_odbc
headers and libs implicitly. Now that it no longer depends on res_odbc,
its dependency on generic_odbc must be explicit.

Change-Id: I9db88f7af7388437f49903d3008ba8d4890d5911
res/res_odbc_transaction.c