r20675: Fix installation.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 11 Jan 2007 02:10:01 +0000 (02:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:40:19 +0000 (14:40 -0500)
(This used to be commit 5d09131cc8a11dc2b0aa1f8f5296cf8869a436db)

source4/pidl/MANIFEST
source4/pidl/Makefile.PL

index 0a4df7ba890fa5789112247b41ef7b15c0969a33..f51afe2a48e42991057aa3263eb618f7c841177e 100644 (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
index 8167cfd6f8c1b9517ea885b1336411b21dbaa076..2a405fcc2b190a04b053678e5ca2f0d2d31ad9ec 100755 (executable)
@@ -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 {