wafsamba: Do not remove BUILTINS as duplicates
authorAndreas Schneider <asn@samba.org>
Mon, 17 Dec 2018 20:40:55 +0000 (21:40 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 20 Dec 2018 11:16:39 +0000 (12:16 +0100)
commit7eaa59686bb9707678d3dba2f8e9565b91256235
tree785df57915ff343f7e74f7812119b7f50b72c11b
parent7a35a6874add19277647fff70c0d730ef1efa85a
wafsamba: Do not remove BUILTINS as duplicates

BUILTINS add object files to the target, so we can't remove them as
duplicates.

The issue e.g happens when tevent wants to link libreplace:

   20:04:10 deps removing dups from tevent of type LIBRARY: {'replace'}
   also in LIBRARY talloc

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_deps.py