From e8a2fee4332595b5f1b6b6faf6f99be505a19e43 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 21 Jul 2008 11:53:20 +0000 Subject: [PATCH] Add doltcompile and doltlibtool to DISTCLEANFILES to fix distcheck 2008-07-21 Matthew Barnes * Makefile.am: Add doltcompile and doltlibtool to DISTCLEANFILES to fix distcheck breakage. svn path=/trunk/; revision=9161 --- ChangeLog | 6 ++++++ Makefile.am | 10 +++++++++- camel/providers/groupwise/ChangeLog | 4 +++- camel/providers/groupwise/camel-groupwise-summary.c | 1 + 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 883084c..9e98277 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-07-21 Matthew Barnes + + * Makefile.am: + Add doltcompile and doltlibtool to DISTCLEANFILES to fix + distcheck breakage. + 2008-07-21 Jörgen Scheibengruber ** Fix for bug #523632 diff --git a/Makefile.am b/Makefile.am index b6c5332..835c272 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,15 @@ EXTRA_DIST = \ $(pkgconfig_DATA:-$(API_VERSION).pc=.pc.in) \ $(LIBDB_FILES) -DISTCLEANFILES = intltool-extract intltool-merge intltool-update iconv-detect.h $(pkgconfig_DATA) +DISTCLEANFILES = \ + doltcompile \ + doltlibtool \ + intltool-extract \ + intltool-merge \ + intltool-update \ + iconv-detect.h \ + $(pkgconfig_DATA) + distclean-local: (cd libdb && $(MAKE) $(AM_MAKEFLAGS) distclean) diff --git a/camel/providers/groupwise/ChangeLog b/camel/providers/groupwise/ChangeLog index d27d2e2..93792d3 100644 --- a/camel/providers/groupwise/ChangeLog +++ b/camel/providers/groupwise/ChangeLog @@ -1,6 +1,8 @@ 2008-07-21 Matthew Barnes - * camel-groupwise-journal.c: #include "camel-string-utils.h" + * camel-groupwise-journal.c: + * camel-groupwise-summary.c: + #include "camel-string-utils.h" 2008-07-21 Srinivasa Ragavan diff --git a/camel/providers/groupwise/camel-groupwise-summary.c b/camel/providers/groupwise/camel-groupwise-summary.c index 5321291..ef45222 100644 --- a/camel/providers/groupwise/camel-groupwise-summary.c +++ b/camel/providers/groupwise/camel-groupwise-summary.c @@ -36,6 +36,7 @@ #include "camel-data-cache.h" #include "camel-file-utils.h" #include "camel-folder.h" +#include "camel-string-utils.h" #include "camel-groupwise-folder.h" #include "camel-groupwise-summary.h" -- 2.7.4