diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-01-17 14:16:53 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-01-17 14:16:53 +0800 |
commit | 8bcc31b5931025ecae29920ae4867f282b1914bb (patch) | |
tree | 6835669c5263b6b4a1030ba0dc8cc10f0161c0ab /plugins/mail-to-task/Makefile.am | |
parent | dfb085bf2640de746eada0084cc694d565be8bee (diff) | |
download | gsoc2013-evolution-8bcc31b5931025ecae29920ae4867f282b1914bb.tar.gz gsoc2013-evolution-8bcc31b5931025ecae29920ae4867f282b1914bb.tar.zst gsoc2013-evolution-8bcc31b5931025ecae29920ae4867f282b1914bb.zip |
Add some much needed ego to NCLUDES ;-)
2006-01-17 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am : Add some much needed ego to NCLUDES ;-)
svn path=/trunk/; revision=31222
Diffstat (limited to 'plugins/mail-to-task/Makefile.am')
-rw-r--r-- | plugins/mail-to-task/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mail-to-task/Makefile.am b/plugins/mail-to-task/Makefile.am index 57bb8c7ab9..57d29acdb3 100644 --- a/plugins/mail-to-task/Makefile.am +++ b/plugins/mail-to-task/Makefile.am @@ -1,4 +1,4 @@ -NCLUDES = \ +INCLUDES = \ -I$(top_srcdir) \ $(EVOLUTION_MAIL_CFLAGS) |