From bd8fcd869da5a99d9505ede6f5038f98b7951bb3 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 16 Jun 2010 18:13:18 +0200 Subject: s4: Fix build when there is a system-provided ldb. --- source4/ntptr/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntptr') 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' ) -- cgit