From 93108d22c8202057214fc83b5f0f631701c23ba2 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 3 Dec 2011 12:43:52 +0000 Subject: [PATCH] Removing test/.libs with make clean --- libisoburn/trunk/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libisoburn/trunk/Makefile.am b/libisoburn/trunk/Makefile.am index 687ec9ba..ea628ab2 100644 --- a/libisoburn/trunk/Makefile.am +++ b/libisoburn/trunk/Makefile.am @@ -145,6 +145,12 @@ buildstamped: buildstamp make +# "make clean" shall remove a few stubborn .libs directories +# which George Danchev reported Dec 03 2011. +# Learned from: http://www.gnu.org/software/automake/manual/automake.html#Clean +clean-local: + -rm -rf test/.libs + ## Build companion applications noinst_PROGRAMS = \