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/dsdb/samdb/ldb_modules/wscript_build | |
parent | a6f1c111ffad6ff3f5017305c274c578368d1739 (diff) | |
download | samba-bd8fcd869da5a99d9505ede6f5038f98b7951bb3.tar.gz samba-bd8fcd869da5a99d9505ede6f5038f98b7951bb3.tar.bz2 samba-bd8fcd869da5a99d9505ede6f5038f98b7951bb3.zip |
s4: Fix build when there is a system-provided ldb.
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/wscript_build')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript_build b/source4/dsdb/samdb/ldb_modules/wscript_build index cf53bcb2ab..577d495287 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript_build +++ b/source4/dsdb/samdb/ldb_modules/wscript_build @@ -111,7 +111,7 @@ bld.SAMBA_MODULE('ldb_samba3sid', subsystem='ldb', init_function='LDB_MODULE(samba3sid)', internal_module=not bld.CONFIG_SET('USING_SYSTEM_LDB'), - deps='talloc LIBEVENTS ldb SMBPASSWD NSS_WRAPPER LIBSECURITY NDR_SECURITY' + deps='talloc LIBEVENTS ldb SMBPASSWD NSS_WRAPPER LIBSECURITY NDR_SECURITY LDBSAMBA' ) |