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 /Makefile.am | |
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |