1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source4/utils/wscript_build

20 lines
521 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_BINARY('ntlm_auth4',
source='ntlm_auth.c',
manpages='man/ntlm_auth4.1',
deps='''samba-hostconfig samba-util popt
POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE
auth4 NTLMSSP_COMMON MESSAGING events service''',
pyembed=True,
install=False
)
bld.SAMBA_BINARY('oLschema2ldif',
source='oLschema2ldif.c',
manpages='man/oLschema2ldif.1',
deps='samdb POPT_SAMBA'
)