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

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