The branch, master has been updated
via 24cac13 s3-waf: remove reg_util_legacy from waf build as well.
from bf38287 s3-winbindd: another attempt to fix the non-ldap build.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 24cac1366644279be55dfce6e286f19da605e78e
Author: Günther Deschner <[email protected]>
Date: Tue Sep 21 01:23:43 2010 -0700
s3-waf: remove reg_util_legacy from waf build as well.
Guenther
-----------------------------------------------------------------------
Summary of changes:
source3/wscript_build | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/wscript_build b/source3/wscript_build
index fe70ce4..d37c869 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'''
--
Samba Shared Repository