diff options
Diffstat (limited to 'module/Makefile.am')
-rw-r--r-- | module/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index f5c264bef..123087845 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -89,7 +89,9 @@ GHIL_LANG_SOURCES = \ language/ghil.scm language/ghil/spec.scm language/ghil/compile-glil.scm GLIL_LANG_SOURCES = \ - language/glil/spec.scm language/glil/compile-assembly.scm \ + language/glil/compile-assembly.scm \ + language/glil/spec.scm \ + language/glil/compile-sassy.scm \ language/glil/decompile-assembly.scm ASSEMBLY_LANG_SOURCES = \ |