diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-03-08 18:29:25 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-03-08 18:29:25 -0500 |
commit | 61984733864edcd0fbcdafe0e8207b710ce775d6 (patch) | |
tree | 225aec0a8580d32577fa447c41407cd79d2471b0 | |
parent | 0cc4219f9ea2a5b07f6ec3d48b74f40b81c1d565 (diff) |
Add missing file to SOURCES.
* Makefile.am (SOURCES): Add '2d/event.scm'.
-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 \ |