summaryrefslogtreecommitdiff
path: root/source4/ntvfs/unixuid/wscript_build
blob: 56fd42d1af3e84166734e3b7d78a11c25bdaa145 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

bld.SAMBA_MODULE('ntvfs_unixuid',
	source='vfs_unixuid.c',
	subsystem='ntvfs',
	init_function='ntvfs_unixuid_init',
	deps='auth_unix_token talloc'
	)