summaryrefslogtreecommitdiff
path: root/res/res_ari_bridges.c
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2015-04-29 07:46:44 -0400
committerCorey Farrell <git@cfware.com>2015-04-29 07:46:44 -0400
commitf226bd6f602cff85bd1e4540aa834d1e4fa9c901 (patch)
tree206b0facff38037c9277263fe85e09ea37b8f9da /res/res_ari_bridges.c
parent881844297aae505e86081814be74341000c39666 (diff)
ARI: Fix missing dependencies.
ARI modules that are generated by 'make ari-stubs' are all dependent on res_ari_model. Additionally some of the same modules depend on one or more res_stasis_* modules. ASTERISK-25027 #close Reported by: Corey Farrell Change-Id: I8e07fe7e81fedacb87232f2b6f8b5f47927b4153
Diffstat (limited to 'res/res_ari_bridges.c')
-rw-r--r--res/res_ari_bridges.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_ari_bridges.c b/res/res_ari_bridges.c
index 524b03d09..72a34648b 100644
--- a/res/res_ari_bridges.c
+++ b/res/res_ari_bridges.c
@@ -33,6 +33,7 @@
/*** MODULEINFO
<depend type="module">res_ari</depend>
+ <depend type="module">res_ari_model</depend>
<depend type="module">res_stasis</depend>
<support_level>core</support_level>
***/