summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-10-25 11:20:03 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-10-25 11:20:03 -0400
commitc486ff8e897fda698ee1d2efcb982eb30ffca24a (patch)
treee642c37168c7643236ba043bf954989ac9bc8228 /Makefile.am
parent9d57623ae8da659153e0aa69f0316b06aed3566e (diff)
render: Add simple renderer.
* sly/render/renderer.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 fbf85ae..d84c5ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ SOURCES = \
sly/window.scm \
sly/joystick.scm \
sly/render/vertex-array.scm \
+ sly/render/renderer.scm \
$(WRAPPER_SOURCES)
WRAPPER_SOURCES = \