[svn:mod_parrot] r576 - mod_parrot/trunk
[email protected] Fri, 2 Jan 2009 09:52:28 -0800 (PST)
| Newsgroups | perl.cvs.mod_parrot |
|---|---|
| Message-ID | <[email protected]> |
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