diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-20 15:39:29 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-20 15:39:29 +0800 |
commit | ff3fe6fb3d5d6888ff57928df22b608b41cd60e1 (patch) | |
tree | c02c3c4de9bc3062cfc926f57a04a2320739fdcf /plugins/subject-thread | |
parent | a45875e43e8e11543d21cdd6f9cf8507130966d9 (diff) | |
download | gsoc2013-evolution-ff3fe6fb3d5d6888ff57928df22b608b41cd60e1.tar.gz 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/subject-thread')
-rw-r--r-- | plugins/subject-thread/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/subject-thread/Makefile.am | 1 |
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) |