summaryrefslogtreecommitdiffstats
path: root/pidl/lib
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-02-28 15:46:01 +0100
committerStefan Metzmacher <metze@samba.org>2014-03-06 09:59:42 +0100
commit87976b4e45bd71b086e9201f0d0a563b9071ca4a (patch)
treec4622d78312cdf4a32f5f9501a73b9dd068da26a /pidl/lib
parentc2d58c3c2059ef3d43f876df547cbc7256235563 (diff)
downloadsamba-87976b4e45bd71b086e9201f0d0a563b9071ca4a.tar.gz
samba-87976b4e45bd71b086e9201f0d0a563b9071ca4a.tar.xz
samba-87976b4e45bd71b086e9201f0d0a563b9071ca4a.zip
Revert "pidl: Install pidl files corrently."
This reverts commit cee11cfa4544425099268cd32393169afb4bb107. 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_build31
1 files changed, 1 insertions, 30 deletions
diff --git a/pidl/lib/wscript_build b/pidl/lib/wscript_build
index 9bddf3f39c8..eb5f1e0c379 100644
--- a/pidl/lib/wscript_build
+++ b/pidl/lib/wscript_build
@@ -1,33 +1,4 @@
#!/usr/bin/env python
# install the pidl modules
-bld.INSTALL_FILES('${DATAROOTDIR}/perl5',
- '''
- 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
- Parse/Yapp/Driver.pm
- ''',
- flat=False)
+bld.INSTALL_WILDCARD('${DATAROOTDIR}/perl5', '**/*.pm', flat=False)