From 8ec3a66d0bd0f518782ff9f277b8213da49bcccf Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Mon, 12 Dec 2005 05:21:07 +0000 Subject: Fix make-clean issues. 2005-12-12 Harish Krishnaswamy * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30749 --- plugins/addressbook-file/ChangeLog | 4 ++++ plugins/addressbook-file/Makefile.am | 3 +++ 2 files changed, 7 insertions(+) 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 + + * Makefile.am: Fix make-clean issues. + 2005-12-07 Funda Wang * 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) -- cgit v1.2.3