From da894b7023327ffaf533ec9de1b7cb2a199fe28c Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Tue, 1 Jun 2010 15:37:40 +0200 Subject: [PATCH] s3-waf: Fix the build --- source3/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 17a13527554..ab578ff813d 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -175,7 +175,8 @@ READLINE_SRC = '''lib/readline.c''' POPT_LIB_SRC = '''lib/popt_common.c''' -PARAM_WITHOUT_REG_SRC = '''param/loadparm.c param/util.c lib/sharesec.c lib/ldap_debug_handler.c''' +PARAM_WITHOUT_REG_SRC = '''param/loadparm.c param/util.c param/loadparm_server_role.c + lib/sharesec.c lib/ldap_debug_handler.c''' PARAM_REG_ADD_SRC = '''${REG_SMBCONF_SRC} ${LIBSMBCONF_SRC} ${PRIVILEGES_BASIC_SRC}''' PARAM_SRC = '''${PARAM_REG_ADD_SRC}''' -- 2.11.4.GIT