diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-03-08 17:32:32 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-03-08 17:32:32 -0500 |
commit | 53ac564b608201b43972fc023a963815c4dfccf2 (patch) | |
tree | 182c39ae0ed1a20960083b2f53f35268e2d3439b | |
parent | 916f464b265d3be11f9ae303b7153f8b7c387b18 (diff) |
Remove time.scm module reference from Makfile.
Makefile.am (SOURCES): Remove '2d/time.scm'.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index a4ae62f..7f94794 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,6 @@ SOURCES = \ 2d/sprite.scm \ 2d/texture.scm \ 2d/tileset.scm \ - 2d/time.scm \ 2d/transform.scm \ 2d/vector2.scm \ 2d/window.scm \ |