summaryrefslogtreecommitdiff
path: root/source4/ntptr
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-06-16 18:13:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-16 18:13:18 +0200
commitbd8fcd869da5a99d9505ede6f5038f98b7951bb3 (patch)
treee35d74f56d7bc6a5262382d4f335b0ea485d3171 /source4/ntptr
parenta6f1c111ffad6ff3f5017305c274c578368d1739 (diff)
downloadsamba-bd8fcd869da5a99d9505ede6f5038f98b7951bb3.tar.gz
samba-bd8fcd869da5a99d9505ede6f5038f98b7951bb3.tar.bz2
samba-bd8fcd869da5a99d9505ede6f5038f98b7951bb3.zip
s4: Fix build when there is a system-provided ldb.
Diffstat (limited to 'source4/ntptr')
-rw-r--r--source4/ntptr/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntptr/wscript_build b/source4/ntptr/wscript_build
index ee20231bcc..d34d062ce1 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'
)