summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-25 20:14:57 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-25 20:14:57 -0400
commit1a34d48b2315201fdf2d33d1fccbef44e4b34f86 (patch)
tree92a1bf6573393f9c9bd3f02e4ff6ec2bbb9430ed
parentf8362759b340ac812f95e4bdc5f08bbfbbef3a44 (diff)
Prep for release.
-rw-r--r--Makefile.am31
-rw-r--r--assets/sounds/blinding-lights.mp3bin6299607 -> 0 bytes
2 files changed, 31 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 70738c9..6e39d4a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,5 +27,36 @@ SOURCES = \
test-subject/device.scm \
test-subject/game.scm
+fontsdir = $(pkgdatadir)/assets/fonts
+dist_fonts_DATA = \
+ assets/fonts/monogram_extended.ttf \
+ assets/fonts/old-fax.ttf
+
+imagesdir = $(pkgdatadir)/assets/images
+dist_images_DATA = \
+ assets/images/button-press.png \
+ assets/images/control-panel.png \
+ assets/images/darkness.png \
+ assets/images/dialog-box.png \
+ assets/images/door-lock.png \
+ assets/images/door.png \
+ assets/images/fridge.png \
+ assets/images/lightness.png \
+ assets/images/notebook-background.png \
+ assets/images/notebook.png \
+ assets/images/pin-entry-background.png \
+ assets/images/room.png \
+ assets/images/terminal-background.png \
+ assets/images/terminal.png \
+ assets/images/window.png
+
+soundsdir = $(pkgdatadir)/assets/sounds
+dist_sounds_DATA = \
+ assets/sounds/ambientmain_0.ogg \
+ assets/sounds/click1.wav \
+ assets/sounds/end-theme.mp3 \
+ assets/sounds/switch38.wav \
+ assets/sounds/switch6.wav
+
EXTRA_DIST += \
COPYING
diff --git a/assets/sounds/blinding-lights.mp3 b/assets/sounds/blinding-lights.mp3
deleted file mode 100644
index 8715184..0000000
--- a/assets/sounds/blinding-lights.mp3
+++ /dev/null
Binary files differ