diff options
-rw-r--r-- | source3/wscript_build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 17a1352755..ab578ff813 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}''' |