aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog2
-rw-r--r--calendar/gui/dialogs/Makefile.am2
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)