summaryrefslogtreecommitdiff
path: root/rest-api-templates/make_stasis_http_stubs.py
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api-templates/make_stasis_http_stubs.py')
-rwxr-xr-xrest-api-templates/make_stasis_http_stubs.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/rest-api-templates/make_stasis_http_stubs.py b/rest-api-templates/make_stasis_http_stubs.py
index 1ec7c5c91..1114ea46e 100755
--- a/rest-api-templates/make_stasis_http_stubs.py
+++ b/rest-api-templates/make_stasis_http_stubs.py
@@ -47,6 +47,12 @@ API_TRANSFORMS = [
'stasis_http/resource_{{name}}.h'),
Transform(rel('stasis_http_resource.c.mustache'),
'stasis_http/resource_{{name}}.c', False),
+ Transform(rel('res_stasis_json_resource.c.mustache'),
+ 'res_stasis_json_{{name}}.c'),
+ Transform(rel('res_stasis_json_resource.exports.mustache'),
+ 'res_stasis_json_{{name}}.exports.in'),
+ Transform(rel('stasis_json_resource.h.mustache'),
+ 'stasis_json/resource_{{name}}.h'),
]
RESOURCES_TRANSFORMS = [