From 772312b867b450bee3f21eb6e4f12af23af60831 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 14 Sep 2001 23:26:40 +0000 Subject: [Automake 1.5 fixes pointed out by Richard Boulton , as per #9258.] * gui/alarm-notify/Makefile.am: Set CLEANFILES directly instead of using `+='. svn path=/trunk/; revision=12842 --- calendar/ChangeLog | 2 ++ calendar/gui/dialogs/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 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) -- cgit v1.2.3