source: vendor/3.6.0/source4/client/wscript_build

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

Samba Server: update vendor to 3.6.0

File size: 351 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_BINARY('smbclient',
4 source='client.c',
5 deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_RAW'
6 )
7
8
9bld.SAMBA_BINARY('cifsdd',
10 source='cifsdd.c cifsddio.c',
11 deps='samba-hostconfig LIBCLI_SMB popt POPT_SAMBA POPT_CREDENTIALS'
12 )
13
Note: See TracBrowser for help on using the repository browser.