waf: Cleanup deps list for smbregistry
authorAndreas Schneider <asn@samba.org>
Tue, 18 Oct 2016 14:05:07 +0000 (16:05 +0200)
committerJim McDonough <jmcd@samba.org>
Tue, 25 Oct 2016 15:23:09 +0000 (17:23 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jim McDonough <jmcd@samba.org>
source3/wscript_build

index 6918c733deefe08cf792a3ed658173f00971e954..51bed3228ea9a29529d9ea2135a7ca96c902e8a3 100755 (executable)
@@ -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)