diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-03-25 07:58:50 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-03-25 11:06:50 -0400 |
commit | ab9539f32f539609759d0e844505785fa16a31b3 (patch) | |
tree | f55c85ec0c37804595fa47a9974533a67fdea613 /Makefile.am | |
parent | 7d6ff2b0d460053477507c03117edf2cb92df003 (diff) |
Add pixbuf 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 55f626e..848741f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,6 +65,7 @@ SOURCES = \ chickadee/audio/vorbis.scm \ chickadee/audio/wav.scm \ chickadee/audio.scm \ + chickadee/pixbuf.scm \ chickadee/image/jpeg.scm \ chickadee/image/png.scm \ chickadee/graphics/gl.scm \ |