mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
f5a117172e
To do this some defines need to move to common_auth.h Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
12 lines
325 B
Python
12 lines
325 B
Python
#!/usr/bin/env python
|
|
bld.SAMBA_LIBRARY('gensec',
|
|
source='gensec.c gensec_start.c gensec_util.c',
|
|
pc_files='gensec.pc',
|
|
autoproto='gensec_toplevel_proto.h',
|
|
public_deps='tevent-util samba-util errors LIBPACKET auth_system_session samba-modules gensec_util',
|
|
public_headers='gensec.h',
|
|
deps='com_err',
|
|
vnum='0.0.1'
|
|
)
|
|
|