mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
b025715419
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
10 lines
174 B
Python
10 lines
174 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('policy',
|
|
source='gpo_ldap.c',
|
|
pc_files='policy.pc',
|
|
public_deps='LIBLDB LIBSAMBA-NET',
|
|
public_headers='gpo.h',
|
|
vnum='0.0.1'
|
|
)
|