From: Michael Adam Date: Wed, 1 Jul 2009 09:29:00 +0000 (+0200) Subject: s3:build: remove the libgpo objects upon "make clean" X-Git-Tag: talloc-2.0.0~830 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd118bf219de03d63412ec32f78f36105a866375;p=thirdparty%2Fsamba.git s3:build: remove the libgpo objects upon "make clean" Michael --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 19dd6e70257..528fb11c8d8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3074,7 +3074,8 @@ TOPFILES=dynconfig.o localedir.o cleanlibs:: -rm -f ../lib/*/*.o ../lib/*/*/*.o \ ../libcli/*.o ../libcli/*/*.o ../libcli/*/*/*.o \ - ../librpc/*/*.o + ../librpc/*/*.o \ + ../libgpo/*.o ../libgpo/*/*.o clean:: cleanlibs -rm -f include/build_env.h