diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-03-25 07:59:22 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-03-25 11:10:00 -0400 |
commit | 48f7868e3e62da468b0a1321a53e4f31807dbfdb (patch) | |
tree | 0f16bed9b6fd0c20deda462c3b0357b04910bd2c /Makefile.am | |
parent | ab9539f32f539609759d0e844505785fa16a31b3 (diff) |
Add image module.
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 848741f..ba5ac74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,7 @@ SOURCES = \ chickadee/audio/wav.scm \ chickadee/audio.scm \ chickadee/pixbuf.scm \ + chickadee/image.scm \ chickadee/image/jpeg.scm \ chickadee/image/png.scm \ chickadee/graphics/gl.scm \ |