diff options
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index fe70ce4aad..d37c869bf6 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -416,8 +416,7 @@ REG_FULL_SRC = '''${REG_SMBCONF_SRC} ${REG_INIT_FULL_SRC} registry/reg_eventlog.c registry/reg_perfcount.c - librpc/gen_ndr/ndr_perfcount.c - registry/reg_util_legacy.c''' + librpc/gen_ndr/ndr_perfcount.c''' LIB_EVENTLOG_SRC = '''lib/eventlog/eventlog.c''' |