diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-09-16 13:02:23 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-09-16 16:08:46 +1000 |
commit | e5cd023a41ce4b8a51bbace4da395a7f0843d212 (patch) | |
tree | 6089c2c548f2197317b1d56ff02adf220425e317 /source4/dsdb/wscript_build | |
parent | 4cf53c6d0b8b418adf39b6dd81d44c7b6d587e0c (diff) | |
download | samba-e5cd023a41ce4b8a51bbace4da395a7f0843d212.tar.gz samba-e5cd023a41ce4b8a51bbace4da395a7f0843d212.tar.bz2 samba-e5cd023a41ce4b8a51bbace4da395a7f0843d212.zip |
s4-drs: initial skeleton for DrsReplica{Add,Del,Mod} calls
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r-- | source4/dsdb/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build index 615fd1032a..3c2742d5d0 100644 --- a/source4/dsdb/wscript_build +++ b/source4/dsdb/wscript_build @@ -25,7 +25,7 @@ bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA', bld.SAMBA_MODULE('DREPL_SRV', - source='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 repl/drepl_extended.c repl/drepl_fsmo.c repl/drepl_secret.c', + source='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 repl/drepl_extended.c repl/drepl_fsmo.c repl/drepl_secret.c repl/drepl_replica.c', autoproto='repl/drepl_service_proto.h', subsystem='service', init_function='server_service_drepl_init', |