Removing cdrskin/.libs and test/.libs witch make clean

This commit is contained in:
Thomas Schmitt 2011-12-03 12:11:04 +00:00
parent 9aa23d6695
commit 25d61ceba0
1 changed files with 5 additions and 0 deletions

View File

@ -131,6 +131,11 @@ cdrskin_cdrskin_SOURCES = cdrskin/cdrskin.c cdrskin/cdrfifo.c cdrskin/cdrfifo.h
## Open questions: how to compute $timestamp and express -DX="$timestamp"
##
# "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 cdrskin/.libs test/.libs
## ========================================================================= ##