diff options
-rw-r--r-- | plugins/addressbook-file/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/addressbook-file/Makefile.am | 3 |
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) |