diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-12-17 08:56:20 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-12-17 08:57:16 -0500 |
commit | a9aa99ac55440b36fe0c2c647bcfa151f08bcce2 (patch) | |
tree | 39c860aec3bc0604f3ea93ed40d263d9c4e365b0 /Makefile.am | |
parent | a0aef712ab136b970b2cdb1d6f967bab1040cbf1 (diff) |
Add libturbojpeg bindings.
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 bbb2887..1ce452d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,6 +65,7 @@ SOURCES = \ chickadee/audio/vorbis.scm \ chickadee/audio/wav.scm \ chickadee/audio.scm \ + chickadee/image/jpeg.scm \ chickadee/graphics/gl.scm \ chickadee/graphics/engine.scm \ chickadee/graphics/color.scm \ |