diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2009-04-20 10:11:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:16:17 +0200 |
commit | 374b47fb45d0a4b0cb24ff4afea9d6e341c2f8b5 (patch) | |
tree | a54b8b81979a51b58a6321013d708660ef60a114 /source4 | |
parent | 4626ffb27e1cfc4f6366b2555412b48359b8952e (diff) | |
download | samba-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>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/Makefile | 2 |
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 |