diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -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 \ |