diff options
author | David Thompson <dthompson2@worcester.edu> | 2018-11-30 12:37:18 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2018-11-30 12:37:18 -0500 |
commit | 1c28a21870cfafea86afd57c83895bade3b0d3c5 (patch) | |
tree | bd81e37212a763b1ba6324bcda053d6bbafa11d8 /Makefile.am | |
parent | dfbeaf019d2676c6219509ebb6393c904f3ed6b8 (diff) |
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6fc55d9..b52b41d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ GUILE_SOURCES = \ language/cloudformation/spec.scm JSON_SOURCES = \ + aws/cloudformation/universal.cfn \ aws/cloudformation/ask.cfn \ aws/cloudformation/amazon-mq.cfn \ aws/cloudformation/api-gateway.cfn \ @@ -105,7 +106,6 @@ JSON_SOURCES = \ aws/cloudformation/service-catalog.cfn \ aws/cloudformation/service-discovery.cfn \ aws/cloudformation/step-functions.cfn \ - aws/cloudformation/universal.cfn \ aws/cloudformation/waf.cfn \ aws/cloudformation/waf-regional.cfn \ aws/cloudformation/work-spaces.cfn |