summaryrefslogtreecommitdiff
path: root/auth/gensec/wscript_build
blob: a9203f801d0e1b79e1fb1248a4ac8ad8a9d1082d (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

bld.SAMBA_SUBSYSTEM('gensec_runtime',
                    source='gensec.c',
                    deps='tevent-util tevent samba-util LIBTSOCKET',
                    public_headers='gensec.h',
                    autoproto='gensec_toplevel_proto.h')