summaryrefslogtreecommitdiff
path: root/source4/pidl/Makefile.PL
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-01-11 02:10:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:40:19 -0500
commit310adf0faba0563b34e4a366c6364b9e887bd0e7 (patch)
tree16b73b373327ff2d4104711cee1576ddbcedcf95 /source4/pidl/Makefile.PL
parentd38a7a39fa10a2567b5906480aa85fa0c5c8310a (diff)
downloadsamba-310adf0faba0563b34e4a366c6364b9e887bd0e7.tar.gz
samba-310adf0faba0563b34e4a366c6364b9e887bd0e7.tar.bz2
samba-310adf0faba0563b34e4a366c6364b9e887bd0e7.zip
r20675: Fix installation.
(This used to be commit 5d09131cc8a11dc2b0aa1f8f5296cf8869a436db)
Diffstat (limited to 'source4/pidl/Makefile.PL')
-rwxr-xr-xsource4/pidl/Makefile.PL3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/pidl/Makefile.PL b/source4/pidl/Makefile.PL
index 8167cfd6f8..2a405fcc2b 100755
--- a/source4/pidl/Makefile.PL
+++ b/source4/pidl/Makefile.PL
@@ -3,8 +3,7 @@ WriteMakefile(
'NAME' => 'Parse::Pidl',
'VERSION_FROM' => 'lib/Parse/Pidl.pm',
'EXE_FILES' => [ 'pidl' ],
- 'test' => { 'TESTS' => 'tests/*.pl' },
- 'PMLIBDIRS' => [ 'lib/Parse/Pidl']
+ 'test' => { 'TESTS' => 'tests/*.pl' }
);
sub MY::postamble {