diff options
author | Damon Chaplin <damon@ximian.com> | 2002-02-09 08:51:53 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2002-02-09 08:51:53 +0800 |
commit | 3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1 (patch) | |
tree | e2497998d8ec095dc2fefccef1afe6d8ddc460d2 /Makefile.am | |
parent | 9fecb732dee690a2ddf43f9e7bf41ae6a7f91f52 (diff) | |
download | gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.gz gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.bz2 gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.lz gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.xz gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.tar.zst gsoc2013-evolution-3c81b8f46ccc17cd5e8fe7dd453d99cca756c7f1.zip |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index df404ca32f..5f0d2dbe7f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,6 +34,7 @@ SUBDIRS = \ importers \ my-evolution \ art \ + sounds \ ui \ default_user \ views \ |