summaryrefslogtreecommitdiff
path: root/pidl/lib
diff options
context:
space:
mode:
authorLutz Justen <ljusten@google.com>2019-04-19 11:17:58 -0700
committerAndrew Bartlett <abartlet@samba.org>2019-04-23 02:08:56 +0000
commite24e344d0da58013fd5fa404529fe1d25ef403bf (patch)
tree2c09b2f10a9eb4d2919ea258c29002918facca44 /pidl/lib
parentc36d743fe31361e17d73d01c1fbccf7d559c65c5 (diff)
downloadsamba-e24e344d0da58013fd5fa404529fe1d25ef403bf.tar.gz
waf: install: Remove installation of PIDL and manpages.
It's not used outside of Samba other than wireshark who have their own vendor fork. Signed-off-by: Lutz Justen <ljusten@google.com> Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Apr 23 02:08:56 UTC 2019 on sn-devel-144
Diffstat (limited to 'pidl/lib')
-rw-r--r--pidl/lib/wscript_build37
1 files changed, 0 insertions, 37 deletions
diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build
deleted file mode 100644
index 54b3170c4e2..00000000000
--- a/pidl/lib/wscript_build
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/usr/bin/env python
-
-# install the pidl modules
-bld.INSTALL_FILES(bld.env.PERL_LIB_INSTALL_DIR,
- '''
- Parse/Pidl.pm
- Parse/Pidl/Samba4.pm
- Parse/Pidl/CUtil.pm
- Parse/Pidl/Expr.pm
- Parse/Pidl/Wireshark/Conformance.pm
- Parse/Pidl/Wireshark/NDR.pm
- Parse/Pidl/ODL.pm
- Parse/Pidl/Dump.pm
- Parse/Pidl/Util.pm
- Parse/Pidl/Samba4/Header.pm
- Parse/Pidl/Samba4/COM/Header.pm
- Parse/Pidl/Samba4/COM/Proxy.pm
- Parse/Pidl/Samba4/COM/Stub.pm
- Parse/Pidl/Samba4/TDR.pm
- Parse/Pidl/Samba4/NDR/Server.pm
- Parse/Pidl/Samba4/NDR/Client.pm
- Parse/Pidl/Samba4/NDR/Parser.pm
- Parse/Pidl/Samba4/Python.pm
- Parse/Pidl/Samba4/Template.pm
- Parse/Pidl/IDL.pm
- Parse/Pidl/Typelist.pm
- Parse/Pidl/Samba3/ClientNDR.pm
- Parse/Pidl/Samba3/ServerNDR.pm
- Parse/Pidl/Compat.pm
- Parse/Pidl/NDR.pm
- ''',
- flat=False)
-
-if not bld.CONFIG_SET('USING_SYSTEM_PARSE_YAPP_DRIVER'):
- bld.INSTALL_FILES(bld.env.PERL_LIB_INSTALL_DIR,
- 'Parse/Yapp/Driver.pm',
- flat=False)