diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-01-21 19:44:00 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-06-08 08:14:41 -0400 |
commit | 27ade3620280611f1336675daa38b18b6cd3eed3 (patch) | |
tree | 362129f047373ca3146e2210e189e5abff525794 | |
parent | 7281188f5a79d2fb15ab6514e76a1d21e95442de (diff) |
Add to Makefile.am.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6e23ada..e7578f5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,7 +77,7 @@ SOURCES = \ chickadee/graphics/buffer.scm \ chickadee/graphics/pixbuf.scm \ chickadee/graphics/texture.scm \ - chickadee/graphics/sglsl.scm \ + chickadee/graphics/seagull.scm \ chickadee/graphics/shader.scm \ chickadee/graphics/viewport.scm \ chickadee/graphics/framebuffer.scm \ |