aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mail-to-task/ChangeLog6
-rw-r--r--plugins/mail-to-task/Makefile.am4
2 files changed, 8 insertions, 2 deletions
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog
index 6460cfda09..5e96f4e5da 100644
--- a/plugins/mail-to-task/ChangeLog
+++ b/plugins/mail-to-task/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-16 Harish Krishnaswamy <kharish@novell.com>
+
+ * Makefile.am: Enumerate files for BUILT_SOURCES macro
+ as plugin_DATA now includes static files from the source
+ tree.
+
2006-01-14 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #323011
diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am
index 8ad9856ce8..57bb8c7ab9 100644
--- a/plugins/mail-to-task/Makefile.am
+++ b/plugins/mail-to-task/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = \
+NCLUDES = \
-I$(top_srcdir) \
$(EVOLUTION_MAIL_CFLAGS)
@@ -13,5 +13,5 @@ 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
-BUILT_SOURCES = $(plugin_DATA)
+BUILT_SOURCES = org-gnome-mail-to-task.eplug
CLEANFILES = $(BUILT_SOURCES)