summaryrefslogtreecommitdiffstats
path: root/pidl/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-27 13:14:56 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-02-27 18:47:03 +0100
commitf0030c619bcf22dbe9eed54b2c0dc9c61f564838 (patch)
tree845fb92b6e6ab05ca136ce1a355d77d763133c12 /pidl/lib
parent562ade624a78a11a5af0f26b04df93d76d6166bd (diff)
downloadsamba-f0030c619bcf22dbe9eed54b2c0dc9c61f564838.tar.gz
samba-f0030c619bcf22dbe9eed54b2c0dc9c61f564838.tar.xz
samba-f0030c619bcf22dbe9eed54b2c0dc9c61f564838.zip
pidl: Make perl(Parse:Yapp:Driver) installation optional.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Thu Feb 27 18:47:03 CET 2014 on sn-devel-104
Diffstat (limited to 'pidl/lib')
-rw-r--r--pidl/lib/wscript_build6
1 files changed, 5 insertions, 1 deletions
diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build
index 29632d4d99b..09d26ebd6d8 100644
--- a/pidl/lib/wscript_build
+++ b/pidl/lib/wscript_build
@@ -28,6 +28,10 @@ bld.INSTALL_FILES(bld.env.VENDORDIR_PERL,
Parse/Pidl/Samba3/ServerNDR.pm
Parse/Pidl/Compat.pm
Parse/Pidl/NDR.pm
- Parse/Yapp/Driver.pm
''',
flat=False)
+
+if not bld.CONFIG_SET('USING_SYSTEM_PARSE_YAPP_DRIVER'):
+ bld.INSTALL_FILES(bld.env.VENDORDIR_PERL,
+ 'Parse/Yapp/Driver.pm',
+ flat=False)