summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-09-15 07:39:24 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-11-08 21:35:34 -0500
commit834b7d2e2d703bfa772c59f7384c35705afec6f2 (patch)
tree0376dee34b2ca04c288b8c5af846374207e75acd /Makefile.am
parent84bdc778653178b387b9bc8815d620e104a1075d (diff)
graphics: Fold gl module into gpu module.
Now all the OpenGL stuff is in one place.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 09eff46..b6d4ab2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,7 +66,6 @@ SOURCES = \
chickadee/image.scm \
chickadee/image/jpeg.scm \
chickadee/image/png.scm \
- chickadee/graphics/gl.scm \
chickadee/graphics/gpu.scm \
chickadee/graphics/engine.scm \
chickadee/graphics/color.scm \