summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-30 18:37:00 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-31 00:32:08 +0200
commit3aa9eead2702880b1f645793b48f4e7d9e0fc17c (patch)
tree5e293354a7350756167299822f518bdc15ea885f /source3/wscript_build
parent355703249401aefe24caceb4e5622a9d249a745f (diff)
downloadsamba-3aa9eead2702880b1f645793b48f4e7d9e0fc17c.tar.gz
samba-3aa9eead2702880b1f645793b48f4e7d9e0fc17c.tar.bz2
samba-3aa9eead2702880b1f645793b48f4e7d9e0fc17c.zip
s3-build Make smbregistry depend on more of the subsystems it needs
This is not the full list (that can be seen by setting allow_undefined_symbols=True). Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index eb67855f58..7ca39ad2af 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -765,7 +765,7 @@ bld.SAMBA3_LIBRARY('smbregistry',
source=REG_BASE_SRC,
deps='''LIB_NONSMBD tdb-wrap3 NDR_SECURITY UTIL_TDB talloc
replace util_reg samba-util-common security
- errors3 adt_tree''',
+ errors3 adt_tree dbwrap_util util_str util_sec''',
vars=locals(),
private_library=True)