From 73e2fd47272195d2fb458a7f139bde91b70551a7 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 15 Aug 2014 23:01:04 -0400 Subject: Add shape module. * Makefile.am (SOURCES): Add it. * sly/shape.scm: New file. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 72cb302..8b9c75c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,6 +42,7 @@ SOURCES = \ sly/repl.scm \ sly/scene.scm \ sly/shader.scm \ + sly/shape.scm \ sly/signal.scm \ sly/sprite.scm \ sly/texture.scm \ -- cgit v1.2.3