s3:pdb_samba_dsdb: implement pdb_samba_dsdb_set_trusteddom_pw()
[samba.git] / source3 / wscript_build
index ce8ee13cfea40c4c91d2f0dc31fbd85cec8be948..24cf06c4f8c3da0f0837c124a7527c2fa7bcb806 100755 (executable)
@@ -252,11 +252,6 @@ bld.SAMBA3_LIBRARY('sys_rw',
                    deps='replace iov_buf',
                    private_library=True)
 
-bld.SAMBA3_LIBRARY('iov_buf',
-                   source='lib/iov_buf.c',
-                   deps='replace',
-                   private_library=True)
-
 bld.SAMBA3_SUBSYSTEM('samba3util',
                    source='''lib/system.c
                    lib/sendfile.c
@@ -367,7 +362,9 @@ bld.SAMBA3_SUBSYSTEM('samba3core',
                         samba3-util
                         errors3
                         server_id_db
+                        messages_util
                         messages_dgm
+                        talloc_report
                         TDB_LIB''')
 
 bld.SAMBA3_LIBRARY('smbd_shim',