source: trunk/server/source4/lib/wmi/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 546 bytes
Line 
1#!/usr/bin/env python
2
3
4bld.SAMBA_SUBSYSTEM('WMI',
5 source='wmicore.c wbemdata.c ../../../librpc/gen_ndr/dcom_p.c',
6 public_deps='RPC_NDR_OXIDRESOLVER NDR_DCOM RPC_NDR_REMACT ndr_table DCOM_PROXY_DCOM DCOM'
7 )
8
9
10bld.SAMBA_BINARY('wmic',
11 source='tools/wmic.c',
12 deps='POPT_SAMBA POPT_CREDENTIALS popt WMI'
13 )
14
15
16bld.SAMBA_BINARY('wmis',
17 source='tools/wmis.c',
18 deps='POPT_SAMBA POPT_CREDENTIALS popt WMI'
19 )
20
21
22bld.SAMBA_PYTHON('pywmi',
23 source='wmi_wrap.c',
24 public_deps='LIBCLI_SMB ndr samba-util samba-config WMI'
25 )
26
Note: See TracBrowser for help on using the repository browser.