diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-15 07:26:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-15 07:26:40 +0800 |
commit | 772312b867b450bee3f21eb6e4f12af23af60831 (patch) | |
tree | 0fdc63112a19261b42ddbd41380001760209199d /calendar | |
parent | 0963da8f8d447ae1cb1c89892cdf958fb847275e (diff) | |
download | gsoc2013-evolution-772312b867b450bee3f21eb6e4f12af23af60831.tar gsoc2013-evolution-772312b867b450bee3f21eb6e4f12af23af60831.tar.gz gsoc2013-evolution-772312b867b450bee3f21eb6e4f12af23af60831.tar.bz2 gsoc2013-evolution-772312b867b450bee3f21eb6e4f12af23af60831.tar.lz gsoc2013-evolution-772312b867b450bee3f21eb6e4f12af23af60831.tar.xz gsoc2013-evolution-772312b867b450bee3f21eb6e4f12af23af60831.tar.zst gsoc2013-evolution-772312b867b450bee3f21eb6e4f12af23af60831.zip |
[Automake 1.5 fixes pointed out by Richard Boulton
<richard@tartarus.org>, as per #9258.]
* gui/alarm-notify/Makefile.am: Set CLEANFILES directly instead of using
`+='.
svn path=/trunk/; revision=12842
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 2 | ||||
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index beeabf8e49..46fdf0d4be 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -5,6 +5,8 @@ * cal-client/Makefile.am: Set CLEANFILES directly instead of using `+='. + * gui/Makefile.am: Likewise. + * gui/alarm-notify/Makefile.am: Likewise. 2001-09-14 Damon Chaplin <damon@ximian.com> diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 6e44ce9dab..b93a5b2335 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -93,7 +93,7 @@ glade_DATA = \ etspecdir = $(datadir)/evolution/etspec/ etspec_DATA = meeting-page.etspec -CLEANFILES += $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) |