summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilco Baan Hofman <wilco@baanhofman.nl>2009-04-20 10:11:00 +0200
committerGünther Deschner <gd@samba.org>2009-04-20 23:16:17 +0200
commit374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5 (patch)
treea54b8b81979a51b58a6321013d708660ef60a114
parent4626ffb27e1cfc4f6366b2555412b48359b8952e (diff)
downloadsamba-374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5.tar.gz
samba-374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5.tar.bz2
samba-374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5.zip
Fix Samba 4 Makefile to also clean ../libgpo
Signed-off-by: Günther Deschner <gd@samba.org>
-rw-r--r--source4/Makefile2
1 files changed, 1 insertions, 1 deletions
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