diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-01-07 22:51:58 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-01-07 22:51:58 -0500 |
commit | 74448f9ac2ef9f8eb2e68639da7c966f4eb2d6e2 (patch) | |
tree | 95b32b0dcd48ecc5dcef49ec26ef25699e117b2c /Makefile.am | |
parent | ecc007fd0a576a96382fd12a507138121e377ad6 (diff) |
Add rect module.
* sdl2/rect.scm: New file.
* Makefile.am (SOURCES): Add it.
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 a4e22ad..d912ce9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ SOURCES = \ sdl2/config.scm \ sdl2/bindings.scm \ sdl2/clipboard.scm \ + sdl2/rect.scm \ sdl2/surface.scm \ sdl2/render.scm \ sdl2/video.scm \ |