From bb6cc0ba256be73daa2f138d65ba793e499386e9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 22 Nov 2016 10:46:49 +0100 Subject: [PATCH] s3:waf: Reformat smbd_base Signed-off-by: Andreas Schneider Reviewed-by: Michael Adam Reviewed-by: Andrew Bartlett --- source3/wscript_build | 233 +++++++++++++++++++++--------------------- 1 file changed, 117 insertions(+), 116 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index ae242daee92..35aff030c63 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -637,123 +637,124 @@ if bld.CONFIG_SET('SAMBA_FAM_LIBS'): bld.SAMBA3_LIBRARY('smbd_base', source=''' - smbd/server_reload.c - smbd/files.c - smbd/connection.c - smbd/utmp.c - smbd/session.c - smbd/dfree.c - smbd/dir.c - smbd/password.c - smbd/conn_msg.c - smbd/conn_idle.c - smbd/share_access.c - smbd/fileio.c - smbd/ipc.c - smbd/lanman.c - smbd/negprot.c - smbd/message.c - smbd/nttrans.c - smbd/pipes.c - smbd/reply.c - smbd/sesssetup.c - smbd/trans2.c - smbd/uid.c - smbd/dosmode.c - smbd/filename.c - smbd/open.c - smbd/close.c - smbd/blocking.c - smbd/sec_ctx.c - smbd/srvstr.c - smbd/vfs.c - smbd/perfcount.c - smbd/statcache.c - smbd/seal.c - smbd/posix_acls.c - lib/sysacls.c - smbd/process.c - smbd/service.c - smbd/error.c - printing/printspoolss.c - lib/sessionid_tdb.c - lib/conn_tdb.c - smbd/fake_file.c - smbd/quotas.c - smbd/ntquotas.c - smbd/msdfs.c - smbd/aio.c smbd/statvfs.c - smbd/dmapi.c - smbd/signing.c - smbd/file_access.c - smbd/dnsregister.c smbd/globals.c - smbd/smb2_server.c - smbd/smb2_glue.c - smbd/smb2_negprot.c - smbd/smb2_sesssetup.c - smbd/smb2_tcon.c - smbd/smb2_create.c - smbd/smb2_close.c - smbd/smb2_flush.c - smbd/smb2_read.c - smbd/smb2_write.c - smbd/smb2_lock.c - smbd/smb2_ioctl.c - smbd/smb2_ioctl_dfs.c - smbd/smb2_ioctl_filesys.c - smbd/smb2_ioctl_named_pipe.c - smbd/smb2_ioctl_network_fs.c - smbd/smb2_keepalive.c - smbd/smb2_query_directory.c - smbd/smb2_notify.c - smbd/smb2_getinfo.c - smbd/smb2_setinfo.c - smbd/smb2_break.c - smbd/smbXsrv_version.c - smbd/smbXsrv_client.c - smbd/smbXsrv_session.c - smbd/smbXsrv_tcon.c - smbd/smbXsrv_open.c - smbd/server_exit.c - smbd/durable.c - smbd/scavenger.c - smbd/mangle.c - smbd/mangle_hash.c - smbd/mangle_hash2.c - smbd/oplock.c - smbd/oplock_irix.c - smbd/oplock_linux.c - smbd/notify.c - smbd/notify_msg.c - smbd/build_options.c''' + NOTIFY_SOURCES, + smbd/server_reload.c + smbd/files.c + smbd/connection.c + smbd/utmp.c + smbd/session.c + smbd/dfree.c + smbd/dir.c + smbd/password.c + smbd/conn_msg.c + smbd/conn_idle.c + smbd/share_access.c + smbd/fileio.c + smbd/ipc.c + smbd/lanman.c + smbd/negprot.c + smbd/message.c + smbd/nttrans.c + smbd/pipes.c + smbd/reply.c + smbd/sesssetup.c + smbd/trans2.c + smbd/uid.c + smbd/dosmode.c + smbd/filename.c + smbd/open.c + smbd/close.c + smbd/blocking.c + smbd/sec_ctx.c + smbd/srvstr.c + smbd/vfs.c + smbd/perfcount.c + smbd/statcache.c + smbd/seal.c + smbd/posix_acls.c + lib/sysacls.c + smbd/process.c + smbd/service.c + smbd/error.c + printing/printspoolss.c + lib/sessionid_tdb.c + lib/conn_tdb.c + smbd/fake_file.c + smbd/quotas.c + smbd/ntquotas.c + smbd/msdfs.c + smbd/aio.c smbd/statvfs.c + smbd/dmapi.c + smbd/signing.c + smbd/file_access.c + smbd/dnsregister.c smbd/globals.c + smbd/smb2_server.c + smbd/smb2_glue.c + smbd/smb2_negprot.c + smbd/smb2_sesssetup.c + smbd/smb2_tcon.c + smbd/smb2_create.c + smbd/smb2_close.c + smbd/smb2_flush.c + smbd/smb2_read.c + smbd/smb2_write.c + smbd/smb2_lock.c + smbd/smb2_ioctl.c + smbd/smb2_ioctl_dfs.c + smbd/smb2_ioctl_filesys.c + smbd/smb2_ioctl_named_pipe.c + smbd/smb2_ioctl_network_fs.c + smbd/smb2_keepalive.c + smbd/smb2_query_directory.c + smbd/smb2_notify.c + smbd/smb2_getinfo.c + smbd/smb2_setinfo.c + smbd/smb2_break.c + smbd/smbXsrv_version.c + smbd/smbXsrv_client.c + smbd/smbXsrv_session.c + smbd/smbXsrv_tcon.c + smbd/smbXsrv_open.c + smbd/server_exit.c + smbd/durable.c + smbd/scavenger.c + smbd/mangle.c + smbd/mangle_hash.c + smbd/mangle_hash2.c + smbd/oplock.c + smbd/oplock_irix.c + smbd/oplock_linux.c + smbd/notify.c + smbd/notify_msg.c + smbd/build_options.c + ''' + NOTIFY_SOURCES, deps=''' - talloc - tevent - pdb - libsmb - msrpc3 - vfs - vfs_default - vfs_posixacl - inotify - popt_samba3 - samba3core - smbd_conn - param_service - AVAHI - PRINTBASE - PROFILE - LOCKING - LIBADS_SERVER - LIBAFS - RPC_SERVICE - NDR_SMBXSRV - LEASES_DB - sysquotas - NDR_SMB_ACL - netapi - NDR_IOCTL - notifyd + talloc + tevent + pdb + libsmb + msrpc3 + vfs + vfs_default + vfs_posixacl + inotify + popt_samba3 + samba3core + smbd_conn + param_service + AVAHI + PRINTBASE + PROFILE + LOCKING + LIBADS_SERVER + LIBAFS + RPC_SERVICE + NDR_SMBXSRV + LEASES_DB + sysquotas + NDR_SMB_ACL + netapi + NDR_IOCTL + notifyd ''' + bld.env['dmapi_lib'] + bld.env['legacy_quota_libs'] + -- 2.34.1