1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

remove common lib object files on make cleanlib from source3

source4 already cleans up the object files on make clean.  This patch
modifies source3 to also do this.
This commit is contained in:
Tim Prouty 2008-10-08 11:06:18 -07:00
parent 9b331df412
commit 10f65cc4ca

View 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