randyk 2004/07/02 12:04:32
Modified: lib/ModPerl Code.pm
Log:
Reviewed by: stas
arrange to have src/modules/perl/modperl_common_types.h installed
into the Apache2 include/ directory.
Revision Changes Path
1.125 +1 -1 modperl-2.0/lib/ModPerl/Code.pm
Index: Code.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/ModPerl/Code.pm,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- Code.pm 28 Jun 2004 02:10:02 -0000 1.124
+++ Code.pm 2 Jul 2004 19:04:32 -0000 1.125
@@ -655,7 +655,7 @@
largefiles);
my @h_names = (@c_names, map { "modperl_$_" } @h_src_names,
qw(types time apache_includes perl_includes apr_includes
- common_includes));
+ common_includes common_types));
sub h_files { [map { "$_.h" } @h_names, @g_h_names] }
sub clean_files {