diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-05-24 07:29:59 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-05-24 07:30:22 -0400 |
commit | 81abe5c60a48650ffe7ce646f983007418f81a19 (patch) | |
tree | 1cf828e728a5068291a516f2cb813d68c28010af /Makefile.am | |
parent | eb5588476a6ee10b6e57632539012143a160aa87 (diff) |
Move pixbuf module to (chickadee graphics ...) namespace.
Diffstat (limited 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 4b3593d..00162a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,6 @@ SOURCES = \ chickadee/audio/vorbis.scm \ chickadee/audio/wav.scm \ chickadee/audio.scm \ - chickadee/pixbuf.scm \ chickadee/image.scm \ chickadee/image/jpeg.scm \ chickadee/image/png.scm \ @@ -76,6 +75,7 @@ SOURCES = \ chickadee/graphics/stencil.scm \ chickadee/graphics/multisample.scm \ chickadee/graphics/buffer.scm \ + chickadee/graphics/pixbuf.scm \ chickadee/graphics/texture.scm \ chickadee/graphics/shader.scm \ chickadee/graphics/viewport.scm \ |