summaryrefslogtreecommitdiff
path: root/source4/utils/wscript_build
blob: f7a6a5f48e1f0b7b50a63b6e6afeda2d26b14987 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python

bld.SAMBA_BINARY('ntlm_auth',
	source='ntlm_auth.c',
	manpages='man/ntlm_auth.1',
	deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth ntlm_check MESSAGING events service',
	pyembed=True
	)


bld.SAMBA_BINARY('oLschema2ldif',
	source='oLschema2ldif.c',
	manpages='man/oLschema2ldif.1',
	deps='LIBLDB_CMDLINE SAMDB'
	)