aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mail-to-task/Makefile.am
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-01-16 23:23:34 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-01-16 23:23:34 +0800
commit6bc41914c44faa092fad178f5399ce6517784019 (patch)
tree3e22546505f966f17664e2540d964122b5be33c9 /plugins/mail-to-task/Makefile.am
parent6c80f5f32138e8405e3490f0de42871794773bcb (diff)
downloadgsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.tar
gsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.tar.gz
gsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.tar.bz2
gsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.tar.lz
gsoc2013-evolution-6bc41914c44faa092fad178f5399ce6517784019.tar.xz
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/mail-to-task/Makefile.am')
-rw-r--r--plugins/mail-to-task/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)