1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source4/lib/policy/wscript_build
Wilco Baan Hofman b025715419 Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
2010-06-20 17:19:10 +02:00

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'
)