diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-21 10:21:01 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:59 +1000 |
commit | 2974f8d947c5e9348c243425b58e4249eaf74926 (patch) | |
tree | 96778f6305c02e0dccb4f62386b9777ecdefbb2b /source4/libnet/wscript_build | |
parent | b282660d3981540c8c9b588c25fcd8537a567988 (diff) | |
download | samba-2974f8d947c5e9348c243425b58e4249eaf74926.tar.gz samba-2974f8d947c5e9348c243425b58e4249eaf74926.tar.bz2 samba-2974f8d947c5e9348c243425b58e4249eaf74926.zip |
build: fixed libcli/ndr_netlogon.c dependency rules
Diffstat (limited to 'source4/libnet/wscript_build')
-rw-r--r-- | source4/libnet/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libnet/wscript_build b/source4/libnet/wscript_build index 16bb33ee75..b55b7fe84f 100644 --- a/source4/libnet/wscript_build +++ b/source4/libnet/wscript_build @@ -5,6 +5,7 @@ bld.SAMBA_SUBSYSTEM('LIBSAMBA-NET', 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_samdump_keytab.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', autoproto='libnet_proto.h', + deps = 'LDB_WRAP', 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 LIBNDR SMBPASSWD PROVISION LIBCLI_SAMSYNC HDB_SAMBA4 LIBTSOCKET' ) |