summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2016-10-18 16:05:07 +0200
committerJim McDonough <jmcd@samba.org>2016-10-25 17:23:09 +0200
commitdd2367dc12331974411c134247bb45fa5d71c2a1 (patch)
treed6f2b74783969fea241d832e3024ede9488a3ac2 /source3
parent71b69b0169dc6e2843325f1567f64b6acd43e6b8 (diff)
downloadsamba-dd2367dc12331974411c134247bb45fa5d71c2a1.tar.gz
waf: Cleanup deps list for smbregistry
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/wscript_build17
1 files changed, 14 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 6918c733dee..51bed3228ea 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -208,9 +208,20 @@ bld.SAMBA3_LIBRARY('smbregistry',
lib/cbuf.c
lib/srprs.c
registry/reg_init_basic.c''',
- deps='''smbd_shim tdb-wrap3 NDR_SECURITY util_tdb talloc
- replace util_reg samba-util samba-security
- errors3 dbwrap samba3-util''',
+ deps='''
+ smbd_shim
+ tdb-wrap3
+ NDR_SECURITY
+ util_tdb
+ talloc
+ replace
+ util_reg
+ samba-util
+ samba-security
+ errors3
+ dbwrap
+ samba3-util
+ ''',
allow_undefined_symbols=True,
private_library=True)