diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-17 20:21:47 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:38 +1000 |
commit | 07eeed33f63754b4fa4ab629e52e423b04b59bb6 (patch) | |
tree | 167f6db8447741094edd288e0f3d39e086688c5d /source4/dsdb | |
parent | bb1e36a86baa10be9241d22ce34b8eb9b5784577 (diff) | |
download | samba-07eeed33f63754b4fa4ab629e52e423b04b59bb6.tar.gz samba-07eeed33f63754b4fa4ab629e52e423b04b59bb6.tar.bz2 samba-07eeed33f63754b4fa4ab629e52e423b04b59bb6.zip |
build: heimdal_build waf support
heimdal now mostly builds
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/wscript_build | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build new file mode 100644 index 0000000000..3db27c35c4 --- /dev/null +++ b/source4/dsdb/wscript_build @@ -0,0 +1,52 @@ +# AUTOGENERATED by mktowscript.pl from ../../source4/dsdb/config.mk +# Please remove this notice if hand editing + +bld.BUILD_SUBDIR('samdb/ldb_modules') + +bld.SAMBA_SUBSYSTEM('SAMDB', + 'samdb/samdb.c samdb/samdb_privilege.c samdb/cracknames.c repl/replicated_objects.c', + autoproto='samdb/samdb_proto.h', + public_deps='HEIMDAL_KRB5', + deps='LIBNDR NDR_DRSUAPI NDR_DRSBLOBS NSS_WRAPPER auth_system_session LIBCLI_AUTH LIBNDR SAMDB_SCHEMA LDB_WRAP SAMDB_COMMON LIBCLI_DRSUAPI LIBCLI_LDAP_NDR LIBSAMBA-UTIL' + ) + + +bld.SAMBA_SUBSYSTEM('SAMDB_COMMON', + 'samdb/ldb_modules/util.c ./common/util.c common/dsdb_dn.c ./common/tests/dsdb_dn.c ../../libds/common/flag_mapping.c', + autoproto='common/proto.h', + deps='ldb NDR_DRSBLOBS LIBCLI_LDAP_NDR UTIL_LDB LIBCLI_AUTH' + ) + + +bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA', + 'schema/schema_init.c schema/schema_set.c schema/schema_query.c schema/tests/schema_syntax.c ./schema/schema_syntax.c schema/schema_description.c schema/schema_convert_to_ol.c schema/schema_inferiors.c schema/schema_prefixmap.c', + autoproto='schema/proto.h', + deps='SAMDB_COMMON NDR_DRSUAPI NDR_DRSBLOBS LDBSAMBA' + ) + + +bld.SAMBA_MODULE('DREPL_SRV', + 'repl/drepl_service.c repl/drepl_periodic.c repl/drepl_partitions.c repl/drepl_out_pull.c repl/drepl_out_helpers.c repl/drepl_notify.c repl/drepl_ridalloc.c', + autoproto='repl/drepl_service_proto.h', + subsystem='service', + init_function='server_service_drepl_init', + deps='SAMDB process_model RPC_NDR_DRSUAPI' + ) + + +bld.SAMBA_MODULE('KCC_SRV', + 'kcc/kcc_service.c kcc/kcc_connection.c kcc/kcc_topology.c kcc/kcc_deleted.c kcc/kcc_periodic.c kcc/kcc_drs_replica_info.c', + autoproto='kcc/kcc_service_proto.h', + subsystem='service', + init_function='server_service_kcc_init', + deps='SAMDB process_model RPC_NDR_DRSUAPI' + ) + + +bld.SAMBA_MODULE('DNS_UPDATE_SRV', + 'dns/dns_update.c', + subsystem='service', + init_function='server_service_dnsupdate_init', + deps='SAMDB process_model UTIL_RUNCMD' + ) + |