diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-16 14:20:46 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-18 12:05:00 +1000 |
commit | ee695de1b4f47f1c2fddc35f713a21a0413f1fdf (patch) | |
tree | a8289afbe89f80f622824391f5c9cd6147ee9d59 /source3/wscript_build | |
parent | cc86f8e9858ed49074e0d159bdcfb14d18859562 (diff) | |
download | samba-ee695de1b4f47f1c2fddc35f713a21a0413f1fdf.tar.gz samba-ee695de1b4f47f1c2fddc35f713a21a0413f1fdf.tar.bz2 samba-ee695de1b4f47f1c2fddc35f713a21a0413f1fdf.zip |
s3-build: Add missing samba3-util dep to tdb-wrap3
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 1781bace42..7ceea5cd73 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1061,7 +1061,7 @@ bld.SAMBA3_LIBRARY('trusts_util', bld.SAMBA3_SUBSYSTEM('tdb-wrap3', source='lib/util_tdb.c', - deps='talloc', + deps='talloc samba3-util', vars=locals()) bld.SAMBA3_LIBRARY('dbwrap', |