diff options
Diffstat (limited to 'source4/ntptr/wscript_build')
-rw-r--r-- | source4/ntptr/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntptr/wscript_build b/source4/ntptr/wscript_build index d34d062ce1..ce858ae2d5 100644 --- a/source4/ntptr/wscript_build +++ b/source4/ntptr/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_MODULE('ntptr_simple_ldb', source='simple_ldb/ntptr_simple_ldb.c', subsystem='ntptr', init_function='ntptr_simple_ldb_init', - deps='ldb NDR_SPOOLSS DCERPC_COMMON LDBSAMBA' + deps='ldb NDR_SPOOLSS DCERPC_COMMON ldbsamba' ) |