1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00
samba-mirror/source4/lib/policy/wscript_build
Wilco Baan Hofman 3b11a53304 Add fetch function for GPO which fetches all relevant files from the sysvol share.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20 17:19:11 +02:00

10 lines
189 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('policy',
source='gp_ldap.c gp_filesys.c',
pc_files='policy.pc',
public_deps='LIBLDB LIBSAMBA-NET',
public_headers='policy.h',
vnum='0.0.1'
)