aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-20 15:39:29 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-20 15:39:29 +0800
commitff3fe6fb3d5d6888ff57928df22b608b41cd60e1 (patch)
treec02c3c4de9bc3062cfc926f57a04a2320739fdcf /plugins
parenta45875e43e8e11543d21cdd6f9cf8507130966d9 (diff)
downloadgsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.tar
gsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.tar.gz
gsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.tar.bz2
gsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.tar.lz
gsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.tar.xz
gsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.tar.zst
gsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.zip
removed camel from include path, everything should include camel/foo.
2004-10-20 Not Zed <NotZed@Ximian.com> * Makefile.am (INCLUDES): removed camel from include path, everything should include camel/foo. svn path=/trunk/; revision=27641
Diffstat (limited to 'plugins')
-rw-r--r--plugins/subject-thread/ChangeLog5
-rw-r--r--plugins/subject-thread/Makefile.am1
2 files changed, 5 insertions, 1 deletions
diff --git a/plugins/subject-thread/ChangeLog b/plugins/subject-thread/ChangeLog
index c8b4c5779b..9503e278b3 100644
--- a/plugins/subject-thread/ChangeLog
+++ b/plugins/subject-thread/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-20 Not Zed <NotZed@Ximian.com>
+
+ * Makefile.am (INCLUDES): removed camel from include path,
+ everything should include camel/foo.
+
2004-10-20 JP Rosevear <jpr@novell.com>
* subject-thread.c: implement
diff --git a/plugins/subject-thread/Makefile.am b/plugins/subject-thread/Makefile.am
index 075eac7095..0395ca77cc 100644
--- a/plugins/subject-thread/Makefile.am
+++ b/plugins/subject-thread/Makefile.am
@@ -1,5 +1,4 @@
INCLUDES = \
- -I$(top_srcdir)/camel \
-I$(top_srcdir) \
$(EVOLUTION_MAIL_CFLAGS)