diff options
author | Günther Deschner <gd@samba.org> | 2010-09-15 08:22:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-15 08:25:16 +0200 |
commit | f7051250eab1bb3336b3159e3b9a077a0e046263 (patch) | |
tree | 3be16774135147a3adbe8fdb35d50eaeb6d6a893 /source3 | |
parent | 5a0bb2234e86c6718c9dbfd7a087ab7c1b7f6bb4 (diff) | |
download | samba-f7051250eab1bb3336b3159e3b9a077a0e046263.tar.gz samba-f7051250eab1bb3336b3159e3b9a077a0e046263.tar.bz2 samba-f7051250eab1bb3336b3159e3b9a077a0e046263.zip |
s3-waf: only link in prs parser where needed.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/wscript_build | 4 |
1 files 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''' |