From: Andrew Bartlett Date: Sat, 10 Mar 2012 22:08:36 +0000 (+1100) Subject: build: Ensure that we clean build objects from auth/ as well X-Git-Tag: tdb-1.2.10~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a23c66357afef0743692273b86da0a2d7704454;p=thirdparty%2Fsamba.git build: Ensure that we clean build objects from auth/ as well --- diff --git a/source3/Makefile.in b/source3/Makefile.in index acd47b74670..14a67a54c7d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3398,7 +3398,7 @@ cleanlibs:: ../libcli/*.o ../libcli/*/*.o ../libcli/*/*/*.o \ ../librpc/*/*.o \ ../libgpo/*.o ../libgpo/*/*.o \ - ../libds/*.o ../libds/*/*.o ../dynconfig/*.o + ../libds/*.o ../libds/*/*.o ../dynconfig/*.o ../auth/*.o ../auth/*/*.o clean:: cleanlibs -rm -f include/build_env.h