From 2ea81652c976800ca839d09a5e933c730ba1ce63 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sun, 17 Apr 2011 17:36:32 +0200 Subject: [PATCH] Limit install of sound files to those in menu The sounds directory is set to .../xboard/sounds, and only ten sounds are kept (all non-spoken). --- Makefile.am | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index bb8bb1f..5ce5340 100644 --- a/Makefile.am +++ b/Makefile.am @@ -143,14 +143,10 @@ dist_pixmaps_DATA = pixmaps/wood_d.xpm pixmaps/wood_l.xpm ### directory and files for sound files -soundsdir = $(datadir)/games/xboard/sounds/default +soundsdir = $(datadir)/games/xboard/sounds dist_sounds_DATA = \ - sounds/alarm.wav sounds/cymbal.wav sounds/kibitz.wav sounds/pop2.wav sounds/slap.wav sounds/unfinished.wav \ - sounds/challenge.wav sounds/ding1.wav sounds/laser.wav sounds/pop.wav sounds/squeak.wav sounds/whipcrak.wav \ - sounds/channel1.wav sounds/draw.wav sounds/lose.wav sounds/README sounds/sshout.wav sounds/win.wav \ - sounds/channel.wav sounds/drip.wav sounds/move.wav sounds/request.wav sounds/swish.wav sounds/woodthunk.wav \ - sounds/ching.wav sounds/gong.wav sounds/penalty.wav sounds/seek.wav sounds/tell.wav \ - sounds/click.wav sounds/honkhonk.wav sounds/phone.wav sounds/shout.wav sounds/thud.wav + sounds/cymbal.wav sounds/pop2.wav sounds/slap.wav sounds/ding1.wav sounds/laser.wav \ + sounds/woodthunk.wav sounds/gong.wav sounds/penalty.wav sounds/honkhonk.wav sounds/phone.wav ### set correct dir in xboard.conf -- 1.7.0.4