1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/lib/wmi/wscript_build
2010-10-26 10:17:17 -07:00

27 lines
520 B
Python

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('WMI',
source='wmicore.c wbemdata.c ../../../librpc/gen_ndr/dcom_p.c',
public_deps='RPC_NDR_OXIDRESOLVER NDR_DCOM RPC_NDR_REMACT ndr_table DCOM_PROXY_DCOM DCOM'
)
bld.SAMBA_BINARY('wmic',
source='tools/wmic.c',
deps='POPT_SAMBA POPT_CREDENTIALS popt WMI'
)
bld.SAMBA_BINARY('wmis',
source='tools/wmis.c',
deps='POPT_SAMBA POPT_CREDENTIALS popt WMI'
)
bld.SAMBA_PYTHON('pywmi',
source='wmi_wrap.c',
public_deps='LIBCLI_SMB ndr samba-util samba-config WMI'
)