mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
fddca39f19
This is needed to pull in the right -I flags. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
9 lines
125 B
Python
9 lines
125 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('LIBCLI_DRSUAPI',
|
|
source='repl_decrypt.c',
|
|
public_deps='LIBCLI_AUTH samdb'
|
|
)
|
|
|