aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mail-to-task/ChangeLog7
-rw-r--r--plugins/mail-to-task/Makefile.am6
2 files changed, 10 insertions, 3 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog
index 5e96f4e5da..800acff0e8 100644
--- a/plugins/mail-to-task/ChangeLog
+++ b/plugins/mail-to-task/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-01 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * Makefile.am: Reverting the commit made by
+ Kjartan Maraas <kmaraas@gnome.org> so that
+ the file org-gnome-mail-to-task.xml is include in the
+ dist.
+
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am: Enumerate files for BUILT_SOURCES macro
diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am
index 94a717857b..57d29acdb3 100644
--- a/plugins/mail-to-task/Makefile.am
+++ b/plugins/mail-to-task/Makefile.am
@@ -4,14 +4,14 @@ INCLUDES = \
@EVO_PLUGIN_RULE@
-plugin_DATA = org-gnome-mail-to-task.eplug #org-gnome-mail-to-task.xml
+plugin_DATA = org-gnome-mail-to-task.eplug org-gnome-mail-to-task.xml
plugin_LTLIBRARIES = liborg-gnome-mail-to-task.la
liborg_gnome_mail_to_task_la_SOURCES = mail-to-task.c
liborg_gnome_mail_to_task_la_LDFLAGS = -module -avoid-version
-EXTRA_DIST = org-gnome-mail-to-task.eplug.xml
-# org-gnome-mail-to-task.xml
+EXTRA_DIST = org-gnome-mail-to-task.eplug.xml \
+ org-gnome-mail-to-task.xml
BUILT_SOURCES = org-gnome-mail-to-task.eplug
CLEANFILES = $(BUILT_SOURCES)