summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-27 07:33:09 +0200
committerGünther Deschner <gd@samba.org>2010-09-27 07:38:13 +0200
commit1e97e73c77a0033f416be20ecb7d418b619683fe (patch)
tree59ee6b9269280be4ea89700f21ede6269a426b9e /source3/wscript_build
parent122e35405ea0bdc4dad8c6c86deb60dfcfd6125f (diff)
downloadsamba-1e97e73c77a0033f416be20ecb7d418b619683fe.tar.gz
samba-1e97e73c77a0033f416be20ecb7d418b619683fe.tar.bz2
samba-1e97e73c77a0033f416be20ecb7d418b619683fe.zip
s3-waf: link PReg parser only in registry client side extension.
Guenther
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build4
1 files changed, 0 insertions, 4 deletions
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}