Removing test/.libs with make clean

This commit is contained in:
Thomas Schmitt 2011-12-03 12:43:52 +00:00
parent 5892fbd3a1
commit 93108d22c8
1 changed files with 6 additions and 0 deletions

View File

@ -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 = \