diff options
author | Günther Deschner <gd@samba.org> | 2010-09-27 07:33:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-27 07:38:13 +0200 |
commit | 1e97e73c77a0033f416be20ecb7d418b619683fe (patch) | |
tree | 59ee6b9269280be4ea89700f21ede6269a426b9e /source3/libgpo | |
parent | 122e35405ea0bdc4dad8c6c86deb60dfcfd6125f (diff) | |
download | samba-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/libgpo')
-rw-r--r-- | source3/libgpo/gpext/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
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')) |