diff options
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 83d9716..bcc037b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SOURCES = \ 2d/color.scm \ 2d/config.scm \ 2d/coroutine.scm \ + 2d/event.scm \ 2d/font.scm \ 2d/fps.scm \ 2d/game.scm \ |