aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog1
-rw-r--r--calendar/pcs/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 46fdf0d4be..cd184f7f96 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -7,6 +7,7 @@
`+='.
* gui/Makefile.am: Likewise.
* gui/alarm-notify/Makefile.am: Likewise.
+ * pcs/Makefile.am: Likewise.
2001-09-14 Damon Chaplin <damon@ximian.com>
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am
index b9733f26dc..4db9b0cca3 100644
--- a/calendar/pcs/Makefile.am
+++ b/calendar/pcs/Makefile.am
@@ -46,7 +46,7 @@ libpcs_a_SOURCES = \
BUILT_SOURCES = $(CORBA_GENERATED)
-CLEANFILES += $(BUILT_SOURCES)
+CLEANFILES = $(BUILT_SOURCES)
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)