From f226bd6f602cff85bd1e4540aa834d1e4fa9c901 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 29 Apr 2015 07:46:44 -0400 Subject: 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 --- rest-api-templates/ari_model_validators.c.mustache | 2 +- rest-api-templates/res_ari_resource.c.mustache | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'rest-api-templates') diff --git a/rest-api-templates/ari_model_validators.c.mustache b/rest-api-templates/ari_model_validators.c.mustache index 9d3167156..be20515a4 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 896ee0d1d..4cc9e0db0 100644 --- a/rest-api-templates/res_ari_resource.c.mustache +++ b/rest-api-templates/res_ari_resource.c.mustache @@ -38,6 +38,7 @@ /*** MODULEINFO res_ari + res_ari_model res_stasis core ***/ -- cgit v1.2.3