From e32ad9b58648878e65c665797ab10dbadce16c14 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 7 Feb 2012 11:11:15 +0100 Subject: s3-waf: Link tdbsam against needed libraries. Autobuild-User: Andreas Schneider Autobuild-Date: Tue Feb 7 12:49:59 CET 2012 on sn-devel-104 --- source3/passdb/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/passdb/wscript_build b/source3/passdb/wscript_build index 49c60c1ce3..82c96348c3 100644 --- a/source3/passdb/wscript_build +++ b/source3/passdb/wscript_build @@ -9,7 +9,7 @@ PDB_WBC_SAM_SRC = 'pdb_wbc_sam.c' bld.SAMBA3_MODULE('pdb_tdbsam', subsystem='pdb', source=PDB_TDBSAM_SRC, - deps='samba-util tdb_compat', + deps='samba-util tdb_compat dbwrap tdb-wrap3', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('pdb_tdbsam'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('pdb_tdbsam')) -- cgit