1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4:waf: Remove unneded dependency to s3 param

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2016-11-22 13:45:50 +01:00 committed by Michael Adam
parent 676043cf08
commit 4c4fb6926d

View File

@ -39,7 +39,7 @@ bld.SAMBA_MODULE('service_drepl',
bld.SAMBA_LIBRARY('dsdb_garbage_collect_tombstones',
source='kcc/garbage_collect_tombstones.c',
deps='samdb param RPC_NDR_DRSUAPI',
deps='samdb RPC_NDR_DRSUAPI',
private_library=True)
bld.SAMBA_MODULE('service_kcc',