From 845e0cbe6f43e2762796c644035ac6bc2b07cf17 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 22:07:42 +1100 Subject: build: commit all the waf build files in the tree --- source4/winbind/wscript_build | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source4/winbind/wscript_build (limited to 'source4/winbind') diff --git a/source4/winbind/wscript_build b/source4/winbind/wscript_build new file mode 100644 index 0000000000..3a62c13ea4 --- /dev/null +++ b/source4/winbind/wscript_build @@ -0,0 +1,26 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/winbind/config.mk +# Please remove this notice if hand editing + + +bld.SAMBA_MODULE('WINBIND', + source='wb_server.c wb_irpc.c wb_samba3_protocol.c wb_samba3_cmd.c wb_init_domain.c wb_dom_info.c wb_dom_info_trusted.c wb_sid2domain.c wb_name2domain.c wb_sids2xids.c wb_xids2sids.c wb_gid2sid.c wb_sid2uid.c wb_sid2gid.c wb_uid2sid.c wb_connect_lsa.c wb_connect_sam.c wb_cmd_lookupname.c wb_cmd_lookupsid.c wb_cmd_getdcname.c wb_cmd_getgrnam.c wb_cmd_getgrgid.c wb_cmd_getpwnam.c wb_cmd_getpwuid.c wb_cmd_userdomgroups.c wb_cmd_usersids.c wb_cmd_list_groups.c wb_cmd_list_trustdom.c wb_cmd_list_users.c wb_cmd_setpwent.c wb_cmd_getpwent.c wb_pam_auth.c wb_sam_logon.c', + autoproto='wb_proto.h', + subsystem='service', + init_function='server_service_winbind_init', + deps='WB_HELPER IDMAP NDR_WINBIND process_model RPC_NDR_LSA dcerpc_samr PAM_ERRORS LIBCLI_LDAP LIBSAMBA-NET LIBSAMBA_TSOCKET' + ) + + +bld.SAMBA_SUBSYSTEM('WB_HELPER', + source='wb_async_helpers.c wb_utils.c', + autoproto='wb_helper.h', + public_deps='RPC_NDR_LSA dcerpc_samr' + ) + + +bld.SAMBA_SUBSYSTEM('IDMAP', + source='idmap.c', + autoproto='idmap_proto.h', + public_deps='SAMDB_COMMON' + ) + -- cgit