diff options
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.in | 1 |
3 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,13 @@ +2007-09-21 Matthew Barnes <mbarnes@redhat.com> + + * configure.in: + Add sounds/Makefile to AC_OUTPUT. + + * Makefile.am: + Distribute the "sounds" directory and its contents. The iCalendar + importer in calendar still uses "default_alarm.wav" and configure.in + still defines "soundsdir". (#478704) + 2007-09-15 Gabor Kelemen <kelemeng@gnome.hu> * configure.in: Hungarian translation of quickref added: diff --git a/Makefile.am b/Makefile.am index 6f248f1bbf..73632252f9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,8 @@ SUBDIRS = \ views \ tools \ help \ - po + po \ + sounds DISTCLEANFILES = \ intltool-extract \ diff --git a/configure.in b/configure.in index e38235210e..3a159dd596 100644 --- a/configure.in +++ b/configure.in @@ -2034,6 +2034,7 @@ plugins/face/Makefile smime/Makefile smime/lib/Makefile smime/gui/Makefile +sounds/Makefile tools/Makefile evolution-zip evolution-shell.pc |