From 1c28a21870cfafea86afd57c83895bade3b0d3c5 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 30 Nov 2018 12:37:18 -0500 Subject: Fix file build order. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3