aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/default-mailer
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-12-12 13:36:17 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-12-12 13:36:17 +0800
commit1f082fa21288330fb5b53ce5555ace608ed36040 (patch)
treedfd5cd8d5f674fa2ff9862ddf2c77910b11aff68 /plugins/default-mailer
parent8ec3a66d0bd0f518782ff9f277b8213da49bcccf (diff)
downloadgsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.gz
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.bz2
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.lz
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.xz
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.tar.zst
gsoc2013-evolution-1f082fa21288330fb5b53ce5555ace608ed36040.zip
Fix make-clean issues.
2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
Diffstat (limited to 'plugins/default-mailer')
-rw-r--r--plugins/default-mailer/ChangeLog4
-rw-r--r--plugins/default-mailer/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/default-mailer/ChangeLog b/plugins/default-mailer/ChangeLog
index 84aa991e20..c4258a1f22 100644
--- a/plugins/default-mailer/ChangeLog
+++ b/plugins/default-mailer/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-06-23 Not Zed <NotZed@Ximian.com>
* Makefile.am: Changed the way the i18n stuff and xml building is
diff --git a/plugins/default-mailer/Makefile.am b/plugins/default-mailer/Makefile.am
index 8d1017d5d0..0a0b51ffd9 100644
--- a/plugins/default-mailer/Makefile.am
+++ b/plugins/default-mailer/Makefile.am
@@ -36,3 +36,5 @@ EXTRA_DIST = \
BUILT_SOURCES = org-gnome-default-mailer.eplug \
org-gnome-default-mailer.error
+
+CLEANFILES = $(BUILT_SOURCES)