<div dir="ltr">Hello,<div><br></div><div>I am trying to include a module dependency in  the asterisk build system, but after some hours of research I couldn't found any useful information.</div><div>To start I have followed the asterisk manual (<a href="https://wiki.asterisk.org/wiki/display/AST/Build+System+Architecture">https://wiki.asterisk.org/wiki/display/AST/Build+System+Architecture</a>)</div><div><br></div><div>1. I have used the AST_EXT_LIB_SETUP and AST_EXT_LIB_CHECK functions to configure in <a href="http://configure.ac">configure.ac</a></div><div>2. I have included in build_tools/<a href="http://menuselect-deps.in">menuselect-deps.in</a> the line similar to other dependencies</div><div>3. I have included in <a href="http://makeopts.in">makeopts.in</a>  two lines one for LIB and the other for INCLUDE.</div><div>4. Finally I have included in the module source code the lines with MODULEINFO</div><div><br></div><div>I don't know what I am doing wrong but I think the documentation for build  system architecture must have some examples with explanation of complex cases.</div><div><br></div><div>Thank you.</div></div>