remove common lib object files on make cleanlib from source3
authorTim Prouty <tprouty@samba.org>
Wed, 8 Oct 2008 18:06:18 +0000 (11:06 -0700)
committerTim Prouty <tprouty@samba.org>
Fri, 10 Oct 2008 02:13:32 +0000 (19:13 -0700)
source4 already cleans up the object files on make clean.  This patch
modifies source3 to also do this.

source3/Makefile.in

index 18581badeae699550120af5974d0956b4b4077aa..175dcb36be98bc5267361725553ab467c203df83 100644 (file)
@@ -2660,6 +2660,10 @@ uninstallpammodules::
 # Toplevel clean files
 TOPFILES=dynconfig.o
 
+cleanlibs::
+       -rm -f ../lib/*/*.o ../lib/*/*/*.o \
+               ../libcli/*.o ../libcli/*/*.o
+
 clean:: cleanlibs
        -rm -f include/build_env.h
        -rm -f smbd/build_options.c