summaryrefslogtreecommitdiffstats
path: root/pidl/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-28 15:45:35 +0100
committerStefan Metzmacher <metze@samba.org>2014-03-06 09:59:41 +0100
commitc46aaf1102da5e8ba53e9f89f2f756fe8dce83c5 (patch)
treedd033e86fe702c7d149471e012038fb5f0d0c645 /pidl/lib
parentd8e110ed7dacda18860cce0c86e4e44f0b83dd42 (diff)
downloadsamba-c46aaf1102da5e8ba53e9f89f2f756fe8dce83c5.tar.gz
samba-c46aaf1102da5e8ba53e9f89f2f756fe8dce83c5.tar.xz
samba-c46aaf1102da5e8ba53e9f89f2f756fe8dce83c5.zip
Revert "pidl: Make perl(Parse:Yapp:Driver) installation optional."
This reverts commit f0030c619bcf22dbe9eed54b2c0dc9c61f564838. Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl/lib')
-rw-r--r--pidl/lib/wscript_build6
1 files changed, 1 insertions, 5 deletions
diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build
index 09d26ebd6d8..29632d4d99b 100644
--- a/pidl/lib/wscript_build
+++ b/pidl/lib/wscript_build
@@ -28,10 +28,6 @@ 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)