summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2018-11-30 12:37:18 -0500
committerDavid Thompson <dthompson2@worcester.edu>2018-11-30 12:37:18 -0500
commit1c28a21870cfafea86afd57c83895bade3b0d3c5 (patch)
treebd81e37212a763b1ba6324bcda053d6bbafa11d8
parentdfbeaf019d2676c6219509ebb6393c904f3ed6b8 (diff)
Fix file build order.HEADmaster
-rw-r--r--Makefile.am2
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