aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/exchange-operations/ChangeLog5
-rw-r--r--plugins/exchange-operations/Makefile.am4
2 files changed, 8 insertions, 1 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index ab3cc8f8b6..493a6f6d7d 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Add primary CLEANFILES,
+ fix BUILT_SOURCES, make-clean issues.
+
2005-12-07 Funda Wang <fundawang@linux.net.cn>
* org-gnome-exchange-operations.eplug.in: i18nlized.
diff --git a/plugins/exchange-operations/Makefile.am b/plugins/exchange-operations/Makefile.am
index 8d57a5c1fd..cc5524fd55 100644
--- a/plugins/exchange-operations/Makefile.am
+++ b/plugins/exchange-operations/Makefile.am
@@ -73,4 +73,6 @@ EXTRA_DIST = \
org-gnome-exchange-ab-subscription.xml \
$(glade_DATA)
-BUILT_SOURCES = $(error_DATA)
+BUILT_SOURCES = $(error_DATA) org-gnome-exchange-operations.eplug
+
+CLEANFILES = $(BUILT_SOURCES)