diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-07-21 19:52:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-07-21 19:52:40 +0800 |
commit | cdeb76956de51c305ad944cac0f7f2787894adb8 (patch) | |
tree | a5a242f294d16700addf50506ac69588f61303b0 | |
parent | e80984953edf0f60ce07e5814ad51bf5f7a82e37 (diff) | |
download | gsoc2013-evolution-cdeb76956de51c305ad944cac0f7f2787894adb8.tar.gz gsoc2013-evolution-cdeb76956de51c305ad944cac0f7f2787894adb8.tar.zst gsoc2013-evolution-cdeb76956de51c305ad944cac0f7f2787894adb8.zip |
Add doltcompile and doltlibtool to DISTCLEANFILES to fix distcheck
2008-07-21 Matthew Barnes <mbarnes@redhat.com>
* Makefile.am:
Add doltcompile and doltlibtool to DISTCLEANFILES to fix
distcheck breakage.
svn path=/trunk/; revision=35802
-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 \ |