summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-05-06 20:45:02 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-05-06 20:45:20 -0400
commit86fdd5b9280679b61fb10f7f0f5ee13115299b4b (patch)
tree948ef76e6536e34406ac48f80f22a2a3f9b509e7 /Makefile.am
parentc774b0b801624843c2e0c162514582562d261809 (diff)
Include example audio files in release tarballs.
Thanks to Tim Meehan for pointing out this omission.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 430c3d7..72c5ab2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,6 +104,11 @@ EXTRA_DIST += \
examples/sprite-batch.scm \
examples/model.scm \
examples/path.scm \
+ examples/audio/AUTHORS \
+ examples/audio/explosion.wav \
+ examples/audio/spooky-dungeon.ogg \
+ examples/audio/the-forgotten-land.mp3 \
+ examples/audio/venus.wav \
examples/images/AUTHORS \
examples/images/chickadee.png \
examples/images/controller-buttons.png \