summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-12-17 08:57:01 -0500
committerDavid Thompson <dthompson2@worcester.edu>2021-12-17 08:57:16 -0500
commitc405b463a00c719e015f30a8a7da4db787736560 (patch)
tree27b5c945ce8285832e07ad1848d9bab427aac83d /Makefile.am
parenta9aa99ac55440b36fe0c2c647bcfa151f08bcce2 (diff)
Add libpng bindings.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
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 \