aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2005-12-12 13:21:07 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2005-12-12 13:21:07 +0800
commit8ec3a66d0bd0f518782ff9f277b8213da49bcccf (patch)
tree580aa398d833a43d394b2e4b30229ecf11a4d082 /plugins
parent56e05029a5a577b340c1271e070e0a146e5ec938 (diff)
downloadgsoc2013-evolution-8ec3a66d0bd0f518782ff9f277b8213da49bcccf.tar
gsoc2013-evolution-8ec3a66d0bd0f518782ff9f277b8213da49bcccf.tar.gz
gsoc2013-evolution-8ec3a66d0bd0f518782ff9f277b8213da49bcccf.tar.bz2
gsoc2013-evolution-8ec3a66d0bd0f518782ff9f277b8213da49bcccf.tar.lz
gsoc2013-evolution-8ec3a66d0bd0f518782ff9f277b8213da49bcccf.tar.xz
gsoc2013-evolution-8ec3a66d0bd0f518782ff9f277b8213da49bcccf.tar.zst
gsoc2013-evolution-8ec3a66d0bd0f518782ff9f277b8213da49bcccf.zip
Fix make-clean issues.
2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30749
Diffstat (limited to 'plugins')
-rw-r--r--plugins/addressbook-file/ChangeLog4
-rw-r--r--plugins/addressbook-file/Makefile.am3
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/addressbook-file/ChangeLog b/plugins/addressbook-file/ChangeLog
index 24e67ace79..c8ee8f6bfe 100644
--- a/plugins/addressbook-file/ChangeLog
+++ b/plugins/addressbook-file/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-12-07 Funda Wang <fundawang@linux.net.cn>
* org-gnome-addressbook-file.eplug.in: i18nlized.
diff --git a/plugins/addressbook-file/Makefile.am b/plugins/addressbook-file/Makefile.am
index 157388baa7..2109ac2faf 100644
--- a/plugins/addressbook-file/Makefile.am
+++ b/plugins/addressbook-file/Makefile.am
@@ -15,3 +15,6 @@ liborg_gnome_addressbook_file_la_LIBADD = \
$(EVOLUTION_ADDRESSBOOK_LIBS)
EXTRA_DIST = org-gnome-addressbook-file.eplug.in
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)