develooper Front page | perl.cvs.mod_parrot | Postings from January 2009

[svn:mod_parrot] r576 - mod_parrot/trunk

From:
jhorwitz
Date:
January 2, 2009 09:52
Subject:
[svn:mod_parrot] r576 - mod_parrot/trunk
Message ID:
20090102175228.4696ECB9FA@x12.develooper.com
Author: jhorwitz
Date: Fri Jan  2 09:52:27 2009
New Revision: 576

Modified:
   mod_parrot/trunk/Makefile.in

Log:
add missing include dirs for dynpmc.pl


Modified: mod_parrot/trunk/Makefile.in
==============================================================================
--- mod_parrot/trunk/Makefile.in	(original)
+++ mod_parrot/trunk/Makefile.in	Fri Jan  2 09:52:27 2009
@@ -22,7 +22,7 @@
 PARROT_DYNEXT=$(PARROT_SOURCE)/runtime/parrot/dynext
 BUILD_DYNPMC=$(PERL) $(PARROT_SOURCE)/tools/build/dynpmc.pl
 MODPARROT_GROUP=modparrot_group.so
-export DYNPMC_INCLUDE=$(APACHE_INCLUDE_DIR),../../include
+export DYNPMC_INCLUDE=$(APACHE_INCLUDE_DIR),$(APR_INCLUDE_DIR),$(APU_INCLUDE_DIR),../../include
 
 SRC_DIR = src
 TEST_SRC_DIR = t/src



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About