From 3aa9eead2702880b1f645793b48f4e7d9e0fc17c Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 May 2011 18:37:00 +1000 Subject: 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 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit