summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-11-22 13:45:50 +0100
committerMichael Adam <obnox@samba.org>2016-12-04 16:35:21 +0100
commit4c4fb6926d1f0ea2d5a82d579b9787d249f9f08f (patch)
tree88d6110f8cfe573539e1b4aaed55375065de8360
parent676043cf08d83e02686c208421bccf0ac92f5e33 (diff)
downloadsamba-4c4fb6926d1f0ea2d5a82d579b9787d249f9f08f.tar.gz
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>
-rwxr-xr-xsource4/dsdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index d569ea63a51..97e4207ef4b 100755
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -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',