mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
c15e919a09
applicable. Allow using both pyembed and pyext, to prevent unresolved symbols. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 03:54:01 UTC 2010 on sn-devel-104
17 lines
393 B
Python
17 lines
393 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_BINARY('ntlm_auth',
|
|
source='ntlm_auth.c',
|
|
manpages='man/ntlm_auth.1',
|
|
deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth ntlm_check MESSAGING LIBEVENTS service',
|
|
pyembed=True
|
|
)
|
|
|
|
|
|
bld.SAMBA_BINARY('oLschema2ldif',
|
|
source='oLschema2ldif.c',
|
|
manpages='man/oLschema2ldif.1',
|
|
deps='LIBLDB_CMDLINE SAMDB'
|
|
)
|
|
|