1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r20675: Fix installation.

This commit is contained in:
Jelmer Vernooij 2007-01-11 02:10:01 +00:00 committed by Gerald (Jerry) Carter
parent 906630f18e
commit 5d09131cc8
2 changed files with 9 additions and 2 deletions

View File

@ -7,6 +7,14 @@ tests/ndr_simple.pl
tests/ndr_align.pl
tests/ndr_alloc.pl
tests/ndr_array.pl
tests/ndr.pl
tests/samba-ndr.pl
tests/util.pl
tests/test_util.pl
tests/ndr_represent.pl
tests/ndr_compat.pl
tests/ndr_fullptr.pl
tests/ndr_tagtype.pl
lib/Parse/Pidl/Samba3/Client.pm
lib/Parse/Pidl/Samba3/ClientNDR.pm
lib/Parse/Pidl/Samba3/Header.pm

View File

@ -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 {