s4: Fix build when there is a system-provided ldb.
[bbaumbach/samba-autobuild/.git] / source4 / utils / net / wscript_build
index fc0db09cb695139dcbab8836f4d03a6574a72dd4..d86b800268217633b7fd11eae6550dc41590acc7 100644 (file)
@@ -4,7 +4,7 @@ bld.SAMBA_MODULE('net_drs',
        source='drs/net_drs.c drs/net_drs_bind.c drs/net_drs_kcc.c drs/net_drs_replicate.c drs/net_drs_showrepl.c',
        autoproto='drs/net_drs_proto.h',
        subsystem='net',
-       deps='LIBCLI_DRSUAPI ldb',
+       deps='LIBCLI_DRSUAPI ldb LDBSAMBA',
        internal_module=True
        )