diff options
Diffstat (limited to 'source4/samba_tool')
-rw-r--r-- | source4/samba_tool/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/samba_tool/wscript_build b/source4/samba_tool/wscript_build index df4d2de58f..1f5390d5c1 100644 --- a/source4/samba_tool/wscript_build +++ b/source4/samba_tool/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('samba_tool_drs', source='drs/drs.c drs/drs_bind.c drs/drs_kcc.c drs/drs_replicate.c drs/drs_showrepl.c', autoproto='drs/drs_proto.h', subsystem='samba-tool', - deps='LIBCLI_DRSUAPI ldb LDBSAMBA', + deps='LIBCLI_DRSUAPI ldb ldbsamba', internal_module=True ) |