From 374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5 Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Mon, 20 Apr 2009 10:11:00 +0200 Subject: Fix Samba 4 Makefile to also clean ../libgpo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/Makefile') diff --git a/source4/Makefile b/source4/Makefile index 0229eaa88e..7bc48b9fe4 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 -- cgit