source: vendor/3.6.0/source4/libnet/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: 866 bytes
Line 
1#!/usr/bin/env python
2
3bld.SAMBA_LIBRARY('samba-net',
4 source='libnet.c libnet_passwd.c libnet_time.c libnet_rpc.c libnet_join.c libnet_site.c libnet_become_dc.c libnet_unbecome_dc.c libnet_vampire.c libnet_samdump.c libnet_samsync_ldb.c libnet_user.c libnet_group.c libnet_share.c libnet_lookup.c libnet_domain.c userinfo.c groupinfo.c userman.c groupman.c prereq_domain.c libnet_samsync.c libnet_export_keytab.c',
5 autoproto='libnet_proto.h',
6 public_deps='credentials dcerpc dcerpc-samr RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI LIBCLI_COMPOSITE LIBCLI_RESOLVE LIBCLI_FINDDCS LIBCLI_CLDAP LIBCLI_FINDDCS gensec_schannel LIBCLI_AUTH ndr smbpasswdparser PROVISION LIBCLI_SAMSYNC HDB_SAMBA4 LIBTSOCKET com_err',
7 private_library=True
8 )
9
10
11bld.SAMBA_PYTHON('python_net',
12 source='py_net.c',
13 deps='samba-net pyrpc_util',
14 realname='samba/net.so'
15 )
16
Note: See TracBrowser for help on using the repository browser.