aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9195aaa399..18254d6af4 100644
--- 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-20 Bharath Acharya <abharath@novell.com>
** Part of fix for bug #200147
diff --git a/Makefile.am b/Makefile.am
index f9d40c9539..0e1f4ac506 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,6 +57,8 @@ SUBDIRS += help
endif
DISTCLEANFILES = \
+ doltcompile \
+ doltlibtool \
intltool-extract \
intltool-merge \
intltool-update \