* Sounds/GNUmakefile: Change makefile to copy wav files.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@28429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2009-08-01 21:50:08 +00:00
parent 72e7f4a694
commit d5cb6fc832
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2009-08-01 17:49-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Sounds/GNUmakefile: Change makefile to copy wav files.
2009-08-01 17:47-EDT Gregory John Casamento <greg.casamento@gmail.com>
* Sounds/Basso.ogg: Deleted..

View file

@ -32,10 +32,10 @@ include ../Version
sounddir = $(GNUSTEP_LIBRARY)/Sounds
SOUND_FILES = \
Basso.ogg \
Blow.ogg \
Bottle.ogg \
Glass.ogg
Basso.wav \
Blow.wav \
Bottle.wav \
Glass.wav
-include GNUmakefile.preamble