diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0bc83eb..bcae0ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ SOURCES = \ 2d/texture.scm \ 2d/tileset.scm \ 2d/time.scm \ + 2d/transform.scm \ 2d/vector2.scm \ 2d/window.scm \ $(REPL_SOURCES) \ |