diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-11 09:08:36 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-03-15 09:29:01 +1100 |
commit | 3a23c66357afef0743692273b86da0a2d7704454 (patch) | |
tree | 5f6649d983f44050b10b9a0be6c8b0245c69d9c4 /source3 | |
parent | 7e7aa330bf59120ccda8e2e7a2448f9f4ab6a4fb (diff) | |
download | samba-3a23c66357afef0743692273b86da0a2d7704454.tar.gz samba-3a23c66357afef0743692273b86da0a2d7704454.tar.bz2 samba-3a23c66357afef0743692273b86da0a2d7704454.zip |
build: Ensure that we clean build objects from auth/ as well
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index acd47b7467..14a67a54c7 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 |