summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-10-25 11:34:20 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-10-25 11:34:20 -0400
commit0098ddd37f5d1fa2621fbc5f803d23afb7bcb289 (patch)
treed72f8d39da42108decddc77dbe4a6b2afe3ea86b /Makefile.am
parentc486ff8e897fda698ee1d2efcb982eb30ffca24a (diff)
render: Add utils module.
* sly/render/utils.scm: New file. * Makefile.am (SOURCES): Add it.
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 d84c5ac..8d020d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ SOURCES = \
sly/transition.scm \
sly/window.scm \
sly/joystick.scm \
+ sly/render/utils.scm \
sly/render/vertex-array.scm \
sly/render/renderer.scm \
$(WRAPPER_SOURCES)