Hello, 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. To start I have followed the asterisk manual ( https://wiki.asterisk.org/wiki/display/AST/Build+System+Architecture)
1. I have used the AST_EXT_LIB_SETUP and AST_EXT_LIB_CHECK functions to configure in configure.ac 2. I have included in build_tools/menuselect-deps.in the line similar to other dependencies 3. I have included in makeopts.in two lines one for LIB and the other for INCLUDE. 4. Finally I have included in the module source code the lines with MODULEINFO 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. Thank you.
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
