diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-17 18:46:22 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-17 18:46:22 -0500 |
commit | 5adecaa853f5068d5ca9e59a43f7a80110259e8f (patch) | |
tree | 69f6b05888f5201f52832e25a15c3963fa3a7859 | |
parent | 116446cb2a77d47393ef1caa372e61e8a51535d9 (diff) |
Fix signal module name in Makefile.am.
* Makefile.am (SOURCES): Change '2d/signals.scm' to '2d/signal.scm'.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 45ee7f2..a4ae62f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,7 +20,7 @@ SOURCES = \ 2d/mvars.scm \ 2d/rect.scm \ 2d/shader.scm \ - 2d/signals.scm \ + 2d/signal.scm \ 2d/sprite.scm \ 2d/texture.scm \ 2d/tileset.scm \ |