aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mark-calendar-offline
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mark-calendar-offline')
-rw-r--r--plugins/mark-calendar-offline/ChangeLog4
-rw-r--r--plugins/mark-calendar-offline/Makefile.am3
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/mark-calendar-offline/ChangeLog b/plugins/mark-calendar-offline/ChangeLog
index 75ee16bf23..33e6513e17 100644
--- a/plugins/mark-calendar-offline/ChangeLog
+++ b/plugins/mark-calendar-offline/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-12 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Fix make-clean issues.
+
2005-05-06 Not Zed <NotZed@Ximian.com>
* Makefile.am:
diff --git a/plugins/mark-calendar-offline/Makefile.am b/plugins/mark-calendar-offline/Makefile.am
index 907465406b..3a4334699c 100644
--- a/plugins/mark-calendar-offline/Makefile.am
+++ b/plugins/mark-calendar-offline/Makefile.am
@@ -11,3 +11,6 @@ liborg_gnome_mark_calendar_offline_la_SOURCES = mark-calendar-offline.c
liborg_gnome_mark_calendar_offline_la_LDFLAGS = -module -avoid-version
EXTRA_DIST = org-gnome-mark-calendar-offline.eplug.xml
+
+BUILT_SOURCES = $(plugin_DATA)
+CLEANFILES = $(BUILT_SOURCES)