From 7b2ecea3965c5fdffa8b92e78890b6b7365a8de5 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Thu, 18 Aug 2016 00:36:52 -0300 Subject: [PATCH 11/11] One more make distclean fix * Makefile.am: 'distclean-local:' target to remove some more files. --- Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Makefile.am b/Makefile.am index e1b6146..b59ff2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -74,6 +74,13 @@ distclean-local: rm -f build-aux/ltmain.sh rm -f build-aux/missing rm -f build-aux/texinfo.tex + rm -f build-aux/depcomp + rm -f m4/libtool.m4 + rm -f m4/ltoptions.m4 + rm -f m4/ltsugar.m4 + rm -f m4/ltversion.m4 + rm -f m4/lt~obsolete.m4 + rm -f config.h.in rm -f configure rm -f *~ rm -f guile-cairo-*.tar.gz @@ -88,6 +95,11 @@ distclean-local: rm -f doc/Makefile.in rm -f doc/stamp-vti rm -f cairo/*~ + rm -f cairo/Makefile.in rm -f guile-cairo/*~ + rm -f guile-cairo/Makefile.in rm -f examples/*~ + rm -f examples/Makefile.in rm -f tests/*~ + rm -f tests/Makefile.in + rm -f tests/unit-tests/Makefile.in -- 2.8.1