From 9b61ff377cd71c049b439d277eab5e2aca305275 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sat, 3 Dec 2011 15:43:18 +0100 Subject: [PATCH] Removing demo/.libs with make clean --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index fd157ff..899d1e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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)