Author: jelmer
Date: 2007-01-11 02:10:01 +0000 (Thu, 11 Jan 2007)
New Revision: 20675

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20675

Log:
Fix installation.

Modified:
   branches/SAMBA_4_0/source/pidl/MANIFEST
   branches/SAMBA_4_0/source/pidl/Makefile.PL


Changeset:
Modified: branches/SAMBA_4_0/source/pidl/MANIFEST
===================================================================
--- branches/SAMBA_4_0/source/pidl/MANIFEST     2007-01-11 01:47:22 UTC (rev 
20674)
+++ branches/SAMBA_4_0/source/pidl/MANIFEST     2007-01-11 02:10:01 UTC (rev 
20675)
@@ -7,6 +7,14 @@
 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

Modified: branches/SAMBA_4_0/source/pidl/Makefile.PL
===================================================================
--- branches/SAMBA_4_0/source/pidl/Makefile.PL  2007-01-11 01:47:22 UTC (rev 
20674)
+++ branches/SAMBA_4_0/source/pidl/Makefile.PL  2007-01-11 02:10:01 UTC (rev 
20675)
@@ -3,8 +3,7 @@
     '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 {

Reply via email to