diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
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 = \ |