diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-06-16 18:13:18 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-16 18:13:18 +0200 |
commit | bd8fcd869da5a99d9505ede6f5038f98b7951bb3 (patch) | |
tree | e35d74f56d7bc6a5262382d4f335b0ea485d3171 /source4/ntptr | |
parent | a6f1c111ffad6ff3f5017305c274c578368d1739 (diff) | |
download | samba-bd8fcd869da5a99d9505ede6f5038f98b7951bb3.tar.gz |
s4: Fix build when there is a system-provided ldb.
Diffstat (limited to 'source4/ntptr')
-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 ee20231bcc4..d34d062ce14 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' + deps='ldb NDR_SPOOLSS DCERPC_COMMON LDBSAMBA' ) |