summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-02-07 11:11:15 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-02-07 12:49:59 +0100
commite32ad9b58648878e65c665797ab10dbadce16c14 (patch)
treee4d42e0ec4b01bbd7b475a1fb6f57d5d46d7f5c5 /source3
parentd03ef6ad91c3be0179191e9c7bf73747acf928ba (diff)
downloadsamba-e32ad9b58648878e65c665797ab10dbadce16c14.tar.gz
samba-e32ad9b58648878e65c665797ab10dbadce16c14.tar.bz2
samba-e32ad9b58648878e65c665797ab10dbadce16c14.zip
s3-waf: Link tdbsam against needed libraries.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Tue Feb 7 12:49:59 CET 2012 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/passdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'))