source: vendor/3.6.23/libcli/netlogon/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: 249 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_SUBSYSTEM('LIBCLI_NDR_NETLOGON',
4 source='ndr_netlogon.c',
5 public_deps='ndr NDR_SECURITY'
6 )
7
8bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON',
9 source='netlogon.c',
10 public_deps='samba-util LIBCLI_NDR_NETLOGON'
11 )
Note: See TracBrowser for help on using the repository browser.