Skip to content
Snippets Groups Projects
Commit eb0c9c47 authored by David M. Lee's avatar David M. Lee Committed by David M. Lee
Browse files

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
parent c6ed91a9
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "asterisk/module.h" #include "asterisk/module.h"
/*** MODULEINFO /*** MODULEINFO
<depend>generic_odbc</depend>
<support_level>core</support_level> <support_level>core</support_level>
***/ ***/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment