summaryrefslogtreecommitdiff
path: root/funcs
diff options
context:
space:
mode:
authorAlexander Traud <pabstraud@compuserve.com>2018-03-06 14:33:14 +0100
committerAlexander Traud <pabstraud@compuserve.com>2018-03-06 14:33:14 +0100
commit162fc4fba6d388bcb4b597f6fe33285e81b72988 (patch)
tree67975b228c65be93e5e07e34266c9fcc73fb870e /funcs
parent24c72ea28667fe70a36f08853fc92785d51f1f2c (diff)
BuildSystem: Depend not implicitly but explicitly on external libraries.
ASTERISK-27722 Change-Id: Ie7b8c30d86cb00a54d6ac4e09e6f28f42d2bd52c
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_odbc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c
index 0f6b65e7d..0d053f614 100644
--- a/funcs/func_odbc.c
+++ b/funcs/func_odbc.c
@@ -29,6 +29,7 @@
/*** MODULEINFO
<depend>res_odbc</depend>
+ <depend>generic_odbc</depend>
<support_level>core</support_level>
***/