mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r20675: Fix installation.
This commit is contained in:
parent
906630f18e
commit
5d09131cc8
@ -7,6 +7,14 @@ tests/ndr_simple.pl
|
|||||||
tests/ndr_align.pl
|
tests/ndr_align.pl
|
||||||
tests/ndr_alloc.pl
|
tests/ndr_alloc.pl
|
||||||
tests/ndr_array.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/Client.pm
|
||||||
lib/Parse/Pidl/Samba3/ClientNDR.pm
|
lib/Parse/Pidl/Samba3/ClientNDR.pm
|
||||||
lib/Parse/Pidl/Samba3/Header.pm
|
lib/Parse/Pidl/Samba3/Header.pm
|
||||||
|
@ -3,8 +3,7 @@ WriteMakefile(
|
|||||||
'NAME' => 'Parse::Pidl',
|
'NAME' => 'Parse::Pidl',
|
||||||
'VERSION_FROM' => 'lib/Parse/Pidl.pm',
|
'VERSION_FROM' => 'lib/Parse/Pidl.pm',
|
||||||
'EXE_FILES' => [ 'pidl' ],
|
'EXE_FILES' => [ 'pidl' ],
|
||||||
'test' => { 'TESTS' => 'tests/*.pl' },
|
'test' => { 'TESTS' => 'tests/*.pl' }
|
||||||
'PMLIBDIRS' => [ 'lib/Parse/Pidl']
|
|
||||||
);
|
);
|
||||||
|
|
||||||
sub MY::postamble {
|
sub MY::postamble {
|
||||||
|
Loading…
Reference in New Issue
Block a user