s3-waf: Link tdbsam against needed libraries.
authorAndreas Schneider <asn@samba.org>
Tue, 7 Feb 2012 10:11:15 +0000 (11:11 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 7 Feb 2012 11:49:59 +0000 (12:49 +0100)
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Tue Feb  7 12:49:59 CET 2012 on sn-devel-104

source3/passdb/wscript_build

index 49c60c1ce387dc1ebdd78156468320dd17ce931d..82c96348c31905e811a99f146fd5747ace8d6f04 100644 (file)
@@ -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'))