From 3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sat, 9 Feb 2002 00:51:53 +0000 Subject: added sounds. 2002-02-08 Damon Chaplin * 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 --- sounds/.cvsignore | 2 ++ sounds/Makefile.am | 6 ++++++ sounds/default_alarm.wav | Bin 0 -> 8624 bytes 3 files changed, 8 insertions(+) create mode 100644 sounds/.cvsignore create mode 100644 sounds/Makefile.am create mode 100644 sounds/default_alarm.wav (limited to 'sounds') diff --git a/sounds/.cvsignore b/sounds/.cvsignore new file mode 100644 index 0000000000..3dda72986f --- /dev/null +++ b/sounds/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile diff --git a/sounds/Makefile.am b/sounds/Makefile.am new file mode 100644 index 0000000000..cf6d5f5dcc --- /dev/null +++ b/sounds/Makefile.am @@ -0,0 +1,6 @@ + +soundsdir = $(datadir)/evolution/sounds + +sounds_DATA = \ + default_alarm.wav + diff --git a/sounds/default_alarm.wav b/sounds/default_alarm.wav new file mode 100644 index 0000000000..30b84e30b1 Binary files /dev/null and b/sounds/default_alarm.wav differ -- cgit v1.2.3