diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-16 23:23:34 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-16 23:23:34 +0800 |
commit | 6bc41914c44faa092fad178f5399ce6517784019 (patch) | |
tree | 3e22546505f966f17664e2540d964122b5be33c9 /plugins | |
parent | 6c80f5f32138e8405e3490f0de42871794773bcb (diff) | |
download | gsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.tar.gz gsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.tar.zst gsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.zip |
Enumerate files for BUILT_SOURCES macro as plugin_DATA now includes static
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.
svn path=/trunk/; revision=31214
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-to-task/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/mail-to-task/Makefile.am | 4 |
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) |