From: Wilco Baan Hofman Date: Mon, 20 Apr 2009 08:11:00 +0000 (+0200) Subject: Fix Samba 4 Makefile to also clean ../libgpo X-Git-Tag: tdb-1.1.5~934 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5;p=thirdparty%2Fsamba.git Fix Samba 4 Makefile to also clean ../libgpo Signed-off-by: Günther Deschner --- diff --git a/source4/Makefile b/source4/Makefile index 0229eaa88e0..7bc48b9fe4b 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -145,7 +145,7 @@ include $(srcdir)/static_deps.mk endif clean:: - @find ../lib ../libcli ../librpc ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f + @find ../lib ../libcli ../librpc ../libgpo ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f PUBLIC_HEADERS += ./version.h