aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-12-12 12:47:16 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-12-12 12:47:16 +0800
commit56e05029a5a577b340c1271e070e0a146e5ec938 (patch)
tree984e50b67fb300ddbf58f4c45496263ccca68246
parent26deec198f3290dd0345e47c0df60dcc01d39b4c (diff)
downloadgsoc2013-evolution-56e05029a5a577b340c1271e070e0a146e5ec938.tar
gsoc2013-evolution-56e05029a5a577b340c1271e070e0a146e5ec938.tar.gz
gsoc2013-evolution-56e05029a5a577b340c1271e070e0a146e5ec938.tar.bz2
gsoc2013-evolution-56e05029a5a577b340c1271e070e0a146e5ec938.tar.lz
gsoc2013-evolution-56e05029a5a577b340c1271e070e0a146e5ec938.tar.xz
gsoc2013-evolution-56e05029a5a577b340c1271e070e0a146e5ec938.tar.zst
gsoc2013-evolution-56e05029a5a577b340c1271e070e0a146e5ec938.zip
Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues.
2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Add primary CLEANFILES, fix BUILT_SOURCES, make-clean issues. svn path=/trunk/; revision=30748
-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)