summaryrefslogtreecommitdiff
path: root/rest-api-templates
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-04-29 16:44:09 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-04-29 16:44:09 -0500
commit7fe923d20b7e1b2b27b10a1fb4fa627da7d95149 (patch)
tree6868c3956f85032c6d662cdcf5d11a193c5b84de /rest-api-templates
parent08355350a26d8856cc84349398e73bbca89d741c (diff)
parentf226bd6f602cff85bd1e4540aa834d1e4fa9c901 (diff)
Merge "ARI: Fix missing dependencies."
Diffstat (limited to 'rest-api-templates')
-rw-r--r--rest-api-templates/ari_model_validators.c.mustache2
-rw-r--r--rest-api-templates/res_ari_resource.c.mustache1
2 files changed, 2 insertions, 1 deletions
diff --git a/rest-api-templates/ari_model_validators.c.mustache b/rest-api-templates/ari_model_validators.c.mustache
index 9603fadbf..0ca3d26ca 100644
--- a/rest-api-templates/ari_model_validators.c.mustache
+++ b/rest-api-templates/ari_model_validators.c.mustache
@@ -22,7 +22,7 @@
/*
{{> do-not-edit}}
* This file is generated by a mustache template. Please see the original
- * template in rest-api-templates/ari_model_validators.h.mustache
+ * template in rest-api-templates/ari_model_validators.c.mustache
*/
#include "asterisk.h"
diff --git a/rest-api-templates/res_ari_resource.c.mustache b/rest-api-templates/res_ari_resource.c.mustache
index 9893c9731..d9ca39d6a 100644
--- a/rest-api-templates/res_ari_resource.c.mustache
+++ b/rest-api-templates/res_ari_resource.c.mustache
@@ -38,6 +38,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>
***/