diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-12-12 08:43:41 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-04-07 16:17:02 -0400 |
commit | a91a08f3f564d18b1b0801d0388672a1e16390ae (patch) | |
tree | 31d3d9bcfe37fc120b3ac799726919ac044d151a /Makefile.am | |
parent | e20eb48dbaa3de9d12b380b5de4cdf7be5b9c8a2 (diff) |
Add audio example.
* examples/audio.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 23d7e5a..ce67cd0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,7 @@ SOURCES = \ EXTRA_DIST += \ COPYING \ + examples/audio.scm \ examples/sprite.scm \ examples/lines.scm \ examples/text.scm \ |