summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-03-08 18:29:25 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-03-08 18:29:25 -0500
commit61984733864edcd0fbcdafe0e8207b710ce775d6 (patch)
tree225aec0a8580d32577fa447c41407cd79d2471b0 /Makefile.am
parent0cc4219f9ea2a5b07f6ec3d48b74f40b81c1d565 (diff)
Add missing file to SOURCES.
* Makefile.am (SOURCES): Add '2d/event.scm'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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 \