diff options
author | Andreas Schneider <asn@samba.org> | 2014-02-28 15:46:01 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-03-06 09:59:42 +0100 |
commit | 87976b4e45bd71b086e9201f0d0a563b9071ca4a (patch) | |
tree | c4622d78312cdf4a32f5f9501a73b9dd068da26a /pidl/wscript | |
parent | c2d58c3c2059ef3d43f876df547cbc7256235563 (diff) | |
download | samba-87976b4e45bd71b086e9201f0d0a563b9071ca4a.tar.gz |
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/wscript')
-rw-r--r-- | pidl/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pidl/wscript b/pidl/wscript index 05d9982adfe..7a257346634 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -26,6 +26,9 @@ def build(bld): if not bld.CONFIG_SET('HAVE_PERL_MAKEMAKER'): return + pidl_src = ['pidl'] + pidl_src.extend(bld.path.ant_glob('lib/**/*.pm').split()) + pidl_manpages = { 'pidl': 'man1/pidl.${PERLMAN1EXT}', 'lib/Parse/Pidl/NDR.pm': 'man3/Parse::Pidl::NDR.${PERLMAN3EXT}', |