s4:rpc_server/remote: introduce struct dcesrv_remote_call
[Samba.git] / packaging / wscript_build
blobfbcd4e55f8c89ff1c4958edd82b0a225b0e72fa8
1 #!/usr/bin/env python
3 systemd_services = [
4 'systemd/smb.service',
5 'systemd/nmb.service',
6 'systemd/winbind.service',
7 'systemd/samba.service'
10 for srv in systemd_services:
11 bld.CONFIGURE_FILE(srv)
12 if bld.env.systemd_install_services:
13 bld.INSTALL_FILES(bld.env.SYSTEMDDIR, srv, flat=True)
15 if bld.env.systemd_install_services:
16 bld.INSTALL_FILES('${SYSCONFDIR}/sysconfig', 'systemd/samba.sysconfig', destname='samba')