From 1e97e73c77a0033f416be20ecb7d418b619683fe Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 27 Sep 2010 07:33:09 +0200 Subject: s3-waf: link PReg parser only in registry client side extension. Guenther --- source3/libgpo/gpext/wscript_build | 1 + source3/wscript_build | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'source3') diff --git a/source3/libgpo/gpext/wscript_build b/source3/libgpo/gpext/wscript_build index 35d35461cc..c2cca3d410 100644 --- a/source3/libgpo/gpext/wscript_build +++ b/source3/libgpo/gpext/wscript_build @@ -14,6 +14,7 @@ bld.SAMBA_SUBSYSTEM('GPEXT', bld.SAMBA_MODULE('GPEXT_REGISTRY', subsystem='GPEXT', source=GPEXT_REGISTRY_SRC, + deps='NDR_PREG', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('GPEXT_REGISTRY'), enabled=bld.SAMBA3_IS_ENABLED_MODULE('GPEXT_REGISTRY')) diff --git a/source3/wscript_build b/source3/wscript_build index d3f06e6269..803204d7fd 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -65,9 +65,6 @@ LIBNDR_SPOOLSS_SRC = '''../librpc/gen_ndr/ndr_spoolss.c LIBNDR_NTPRINTING_SRC = '''../librpc/gen_ndr/ndr_ntprinting.c ../librpc/ndr/ndr_ntprinting.c''' -LIBNDR_PREG_SRC = '''librpc/gen_ndr/ndr_preg.c - librpc/ndr/ndr_preg.c''' - LIBNDR_XATTR_SRC = '''../librpc/gen_ndr/ndr_xattr.c ../librpc/ndr/ndr_xattr.c''' @@ -880,7 +877,6 @@ NET_SRC1 = '''utils/net.c utils/net_ads.c utils/net_help.c utils/net_serverid.c utils/net_eventlog.c utils/net_printing.c - ${LIBNDR_PREG_SRC} ${LIBCLI_SPOOLSS_SRC} ${LIBCLI_WINREG_SRC} ${LIBCLI_DRSUAPI_SRC} -- cgit