From: Andreas Schneider Date: Tue, 7 Feb 2012 10:11:15 +0000 (+0100) Subject: s3-waf: Link tdbsam against needed libraries. X-Git-Tag: tevent-0.9.15~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e32ad9b58648878e65c665797ab10dbadce16c14;p=thirdparty%2Fsamba.git 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 --- diff --git a/source3/passdb/wscript_build b/source3/passdb/wscript_build index 49c60c1ce38..82c96348c31 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'))