[svn:mod_parrot] r457 - mod_parrot/trunk

[email protected] Thu, 25 Sep 2008 13:33:50 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Thu Sep 25 13:33:50 2008
New Revision: 457

Modified:
   mod_parrot/trunk/Makefile.in

Log:
fix Makefile for migration to ModParrot directory


Modified: mod_parrot/trunk/Makefile.in
==============================================================================
--- mod_parrot/trunk/Makefile.in	(original)
+++ mod_parrot/trunk/Makefile.in	Thu Sep 25 13:33:50 2008
@@ -39,10 +39,10 @@
 	$(SRC_DIR)/context.lo \
 	$(SRC_DIR)/module.lo
 
-MPLIBS=	lib/Apache/RequestRec \
-	lib/Apache/Constants \
-	lib/Apache/Module \
-	lib/APR/Table \
+MPLIBS=	lib/ModParrot/Apache/RequestRec \
+	lib/ModParrot/Apache/Constants \
+	lib/ModParrot/Apache/Module \
+	lib/ModParrot/APR/Table \
 	lib/mod_parrot \
 	lib/ModParrot/Constants \
 	lib/ModParrot/Context \