Revert "source4: Use wbc_sids_to_xids"
[sharpe/samba-autobuild/.git] / source4 / ntvfs / unixuid / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_MODULE('ntvfs_unixuid',
4         source='vfs_unixuid.c',
5         subsystem='ntvfs',
6         init_function='ntvfs_unixuid_init',
7         deps='auth_unix_token talloc'
8         )
9