summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-01-11 08:41:28 -0500
committerDavid Thompson <dthompson2@worcester.edu>2016-01-12 08:38:50 -0500
commit15c54d58064d825cf71507baa05269d03a21caa3 (patch)
tree3e218c9107d5a95ca722d5632a8636b8dc3d1713 /Makefile.am
parentd21b67eaad50c9389e1ad83cc595d2e77783942c (diff)
Rename (sly record) to (sly records).
* sly/record.scm: Delete. * sly/records.scm: New file. * Makefile.am (SOURCES): Remove deleted file. Add new file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 89a1514..89bf94d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,10 +38,10 @@ SOURCES = \
sly/math/transform.scm \
sly/math/tween.scm \
sly/math/vector.scm \
+ sly/records.scm \
sly/repl.scm \
sly/signal.scm \
sly/window.scm \
- sly/record.scm \
sly/render/utils.scm \
sly/render/color.scm \
sly/render/camera.scm \