diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 22:07:42 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:48 +1000 |
commit | 845e0cbe6f43e2762796c644035ac6bc2b07cf17 (patch) | |
tree | 58351cd4a3d66b111e832d4411566b2ae13a6481 /source4/winbind | |
parent | fffa6a5b488058d984d61b0cd1fe1fb550a196b4 (diff) | |
download | samba-845e0cbe6f43e2762796c644035ac6bc2b07cf17.tar.gz samba-845e0cbe6f43e2762796c644035ac6bc2b07cf17.tar.bz2 samba-845e0cbe6f43e2762796c644035ac6bc2b07cf17.zip |
build: commit all the waf build files in the tree
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wscript_build | 26 |
1 files changed, 26 insertions, 0 deletions
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' + ) + |