Skip to content

Instantly share code, notes, and snippets.

@vortec
Created March 12, 2014 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vortec/9513894 to your computer and use it in GitHub Desktop.
Save vortec/9513894 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
bld.SAMBA3_MODULE('vfs_fspattern',
subsystem='vfs',
source='fspattern.c',
deps='samba-util',
init_function='samba_init_module',
internal_module=bld.SAMBA3_IS_STATIC_MODULE('vfs_fspattern'),
enabled=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment