lib/util Split samba-modules library into public and private parts
[nivanova/samba-autobuild/.git] / auth / gensec / wscript_build
1 #!/usr/bin/env python
2 bld.SAMBA_LIBRARY('gensec',
3         source='gensec.c gensec_start.c',
4         pc_files='gensec.pc',
5         autoproto='gensec_toplevel_proto.h',
6         public_deps='tevent-util samba-util errors LIBPACKET auth_system_session samba-module gensec_util',
7         public_headers='gensec.h',
8         deps='com_err',
9         vnum='0.0.1'
10         )
11