Add doltcompile and doltlibtool to DISTCLEANFILES to fix distcheck
authorMatthew Barnes <mbarnes@redhat.com>
Mon, 21 Jul 2008 11:53:20 +0000 (11:53 +0000)
committerMatthew Barnes <mbarnes@src.gnome.org>
Mon, 21 Jul 2008 11:53:20 +0000 (11:53 +0000)
2008-07-21  Matthew Barnes  <mbarnes@redhat.com>

* Makefile.am:
Add doltcompile and doltlibtool to DISTCLEANFILES to fix
distcheck breakage.

svn path=/trunk/; revision=9161

ChangeLog
Makefile.am
camel/providers/groupwise/ChangeLog
camel/providers/groupwise/camel-groupwise-summary.c

index 883084c..9e98277 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-21  Matthew Barnes  <mbarnes@redhat.com>
+
+       * Makefile.am:
+       Add doltcompile and doltlibtool to DISTCLEANFILES to fix
+       distcheck breakage.
+
 2008-07-21  Jörgen Scheibengruber  <mfcn@gmx.de>
 
        ** Fix for bug #523632
index b6c5332..835c272 100644 (file)
@@ -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)
 
index d27d2e2..93792d3 100644 (file)
@@ -1,6 +1,8 @@
 2008-07-21  Matthew Barnes  <mbarnes@redhat.com>
 
-       * 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  <sragavan@novell.com>
 
index 5321291..ef45222 100644 (file)
@@ -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"