diff options
-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) |