From f7051250eab1bb3336b3159e3b9a077a0e046263 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 15 Sep 2010 08:22:37 +0200 Subject: s3-waf: only link in prs parser where needed. Guenther --- source3/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/wscript_build b/source3/wscript_build index 734b64c675..61b9af4fe9 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -303,7 +303,7 @@ LIBSMB_ERR_SRC0 = '''${NTERR_SRC} ${DOSERR_SRC} ${ERRORMAP_SRC} ${DCE_RPC_ERR_SR LIBSMB_ERR_SRC1 = '''../libcli/auth/smbdes.c ../libcli/auth/smbencrypt.c ../libcli/auth/msrpc_parse.c ../libcli/auth/session.c''' -LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1} ${REG_PARSE_PRS_SRC}' +LIBSMB_ERR_SRC = '${LIBSMB_ERR_SRC0} ${LIBSMB_ERR_SRC1}' LIBSMB_SRC0 = ''' ../libcli/auth/ntlm_check.c @@ -373,7 +373,7 @@ REG_INIT_BASIC_SRC = '''registry/reg_init_basic.c''' REG_INIT_SMBCONF_SRC = '''registry/reg_init_smbconf.c''' REG_INIT_FULL_SRC = '''registry/reg_init_full.c''' -REGFIO_SRC = '''registry/regfio.c''' +REGFIO_SRC = '''registry/regfio.c ${REG_PARSE_PRS_SRC}''' REGSRCS_SRC = '''registry/reg_objects.c''' -- cgit