diff options
-rw-r--r-- | Makefile.am | 31 | ||||
-rw-r--r-- | assets/sounds/blinding-lights.mp3 | bin | 6299607 -> 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 Binary files differdeleted file mode 100644 index 8715184..0000000 --- a/assets/sounds/blinding-lights.mp3 +++ /dev/null |