summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-09-15 16:19:26 +1000
committerAndrew Tridgell <tridge@samba.org>2010-09-16 07:24:00 +1000
commitf89f3cf30fad625d03de600b85e542791125c8f5 (patch)
tree42f656255581e3c0b14c48af4f483f9fa9437208 /source4/dsdb/wscript_build
parent54b53704747f45757642c9d4a17645ac777dc9ea (diff)
downloadsamba-f89f3cf30fad625d03de600b85e542791125c8f5.tar.gz
samba-f89f3cf30fad625d03de600b85e542791125c8f5.tar.bz2
samba-f89f3cf30fad625d03de600b85e542791125c8f5.zip
s4-repl: split out the extended op handling
this is not part of the rid allocation logic Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index 0f1b385436..bc9bd13656 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_fsmo.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',
autoproto='repl/drepl_service_proto.h',
subsystem='service',
init_function='server_service_drepl_init',