summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-10-25 10:13:53 -0400
committerDavid Thompson <dthompson2@worcester.edu>2014-10-25 10:13:53 -0400
commit165e5938edd4fe5f5e5ee0e1533c2599be4f2776 (patch)
tree183f3d94ce67eb7b6716c236a0a696717a86f482 /Makefile.am
parent47bd87f7cdeca80e822ce0a671451ecb78e69343 (diff)
render: Add vertex array module.
* sly/render/vertex-array.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 84653e4..fbf85ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,6 +53,7 @@ SOURCES = \
sly/transition.scm \
sly/window.scm \
sly/joystick.scm \
+ sly/render/vertex-array.scm \
$(WRAPPER_SOURCES)
WRAPPER_SOURCES = \