diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-12-17 08:57:01 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-12-17 08:57:16 -0500 |
commit | c405b463a00c719e015f30a8a7da4db787736560 (patch) | |
tree | 27b5c945ce8285832e07ad1848d9bab427aac83d /Makefile.am | |
parent | a9aa99ac55440b36fe0c2c647bcfa151f08bcce2 (diff) |
Add libpng 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 1ce452d..4dc96a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,7 @@ SOURCES = \ chickadee/audio/wav.scm \ chickadee/audio.scm \ chickadee/image/jpeg.scm \ + chickadee/image/png.scm \ chickadee/graphics/gl.scm \ chickadee/graphics/engine.scm \ chickadee/graphics/color.scm \ |