added sounds.

2002-02-08  Damon Chaplin  <damon@ximian.com>

	* Makefile.am (SUBDIRS): added sounds.

	* configure.in (AC_OUTPUT): added sounds/Makefile.

	* sounds/Makefile.am: new file.
	* sounds/default_alarm.wav: default alarm sound, currently only used
	when vCalendar files are imported with audio alarms. We need a better
	sound.

svn path=/trunk/; revision=15627
This commit is contained in:
Damon Chaplin 2002-02-09 00:51:53 +00:00 committed by Damon Chaplin
parent 9fecb732de
commit 3c81b8f46c
6 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2002-02-08 Damon Chaplin <damon@ximian.com>
* Makefile.am (SUBDIRS): added sounds.
* configure.in (AC_OUTPUT): added sounds/Makefile.
* sounds/Makefile.am: new file.
* sounds/default_alarm.wav: default alarm sound, currently only used
when vCalendar files are imported with audio alarms. We need a better
sound.
2002-02-07 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped the required version of gal.

View File

@ -34,6 +34,7 @@ SUBDIRS = \
importers \
my-evolution \
art \
sounds \
ui \
default_user \
views \

View File

@ -1199,6 +1199,7 @@ po/Makefile.in
shell/Makefile
shell/glade/Makefile
shell/importer/Makefile
sounds/Makefile
tools/Makefile
ui/Makefile
views/Makefile

2
sounds/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile.in
Makefile

6
sounds/Makefile.am Normal file
View File

@ -0,0 +1,6 @@
soundsdir = $(datadir)/evolution/sounds
sounds_DATA = \
default_alarm.wav

BIN
sounds/default_alarm.wav Normal file

Binary file not shown.