Removing demo/.libs with make clean

This commit is contained in:
Thomas Schmitt 2011-12-03 15:43:18 +01:00
parent 22fed6bedb
commit 9b61ff377c
1 changed files with 6 additions and 0 deletions

View File

@ -220,6 +220,12 @@ demo_demo_SOURCES = demo/demo.c
# test/mocked_fsrc.h \
# test/mocked_fsrc.c
# "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 demo/.libs
## ========================================================================= ##
## Build documentation (You need Doxygen for this to work)