]> git.ipfire.org Git - thirdparty/asterisk.git/commit
test_res_pjsip_scheduler: Add 'depends' on pjproject in MODULEINFO 74/3074/1
authorGeorge Joseph <gjoseph@digium.com>
Wed, 22 Jun 2016 15:51:14 +0000 (09:51 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Wed, 22 Jun 2016 15:51:14 +0000 (09:51 -0600)
commit77da168e58df6f030ceec4f80b27438cef0ba079
treebeb5000b5fab8cb62f5277bc54b2167c155121f5
parentd155d8274760b6310abf7bea682036d5356b0e85
test_res_pjsip_scheduler: Add 'depends' on pjproject in MODULEINFO

Since the file was missing the depends on pjproject, it wasn't
picking up the pjproject related include path.  If there was no
system installed pjproject and pjproject-bundled was used, a compile
would fail because pjsip.h wasn't found.

ASTERISK-26139 #close

Change-Id: I2ee64a999051452bc198c4e2c168c70769cd3757
tests/test_res_pjsip_scheduler.c