diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-05-06 20:45:02 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-05-06 20:45:20 -0400 |
commit | 86fdd5b9280679b61fb10f7f0f5ee13115299b4b (patch) | |
tree | 948ef76e6536e34406ac48f80f22a2a3f9b509e7 | |
parent | c774b0b801624843c2e0c162514582562d261809 (diff) |
Include example audio files in release tarballs.
Thanks to Tim Meehan for pointing out this omission.
-rw-r--r-- | Makefile.am | 5 |
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 \ |