Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPENDIR.
[Samba.git] / source4 / scripting / wscript_build
blob76ff739c9e7229d9377fc946080f5eefa81d4c97
1 #!/usr/bin/env python
3 from samba_utils import MODE_755
5 bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
6 chmod=MODE_755, python_fixup=True, flat=True)
7 bld.INSTALL_FILES('${BINDIR}','bin/testparm',
8 chmod=MODE_755, python_fixup=True, flat=True)