From 37ab47d84c00dae92ee5eb1609d0c764d895b155 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Thu, 19 Nov 2009 13:39:24 +0100 Subject: [PATCH] s3-build: make sure to remove libds and client object files on make clean. Guenther (cherry picked from commit bf45447aaa35ee3b26fe76af3c73a77d7b10c2ac) (cherry picked from commit 05689c61609e075b64f3a01ba1e81646fda3b9d1) --- source3/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index cb10a7c6f5b..2febd9e8d26 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3084,7 +3084,8 @@ cleanlibs:: -rm -f ../lib/*/*.o ../lib/*/*/*.o \ ../libcli/*.o ../libcli/*/*.o ../libcli/*/*/*.o \ ../librpc/*/*.o \ - ../libgpo/*.o ../libgpo/*/*.o + ../libgpo/*.o ../libgpo/*/*.o \ + ../libds/*.o ../libds/*/*.o clean:: cleanlibs -rm -f include/build_env.h @@ -3094,6 +3095,7 @@ clean:: cleanlibs */*.o */*/*.o */*/*/*.o \ ../testsuite/*/*.o \ ../nsswitch/*.o ../nsswitch/*/*.o ../nsswitch/*.@SHLIBEXT@ \ + ../client/*.o \ */*.@SHLIBEXT@ */*/*.@SHLIBEXT@ */*/*/*.@SHLIBEXT@ \ $(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(ROOT_SBIN_PROGS) \ $(MODULES) $(TORTURE_PROGS) \ -- 2.11.4.GIT