[mapguide-commits] r5385 - trunk/MgDev/Web/src/ApacheAgent

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Nov 9 22:32:36 EST 2010


Author: hubu
Date: 2010-11-09 19:32:36 -0800 (Tue, 09 Nov 2010)
New Revision: 5385

Modified:
   trunk/MgDev/Web/src/ApacheAgent/Makefile.am
Log:
Fix break build on web, update the Makefile.am for ApacheAgent due to Apache upgrading to 2.2.17.

Modified: trunk/MgDev/Web/src/ApacheAgent/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/ApacheAgent/Makefile.am	2010-11-10 02:50:59 UTC (rev 5384)
+++ trunk/MgDev/Web/src/ApacheAgent/Makefile.am	2010-11-10 03:32:36 UTC (rev 5385)
@@ -10,10 +10,10 @@
               -I../../../Common/MapGuideCommon \
               -I../../../Common/MdfModel \
               -I../../../Oem/ACE/ACE_wrappers \
-              -I../../../Oem/LinuxApt/httpd-2.2.15/include \
-              -I../../../Oem/LinuxApt/httpd-2.2.15/srclib/apr/include \
-              -I../../../Oem/LinuxApt/httpd-2.2.15/srclib/apr-util/include \
-              -I../../../Oem/LinuxApt/httpd-2.2.15/os/unix \
+              -I../../../Oem/LinuxApt/httpd-2.2.17/include \
+              -I../../../Oem/LinuxApt/httpd-2.2.17/srclib/apr/include \
+              -I../../../Oem/LinuxApt/httpd-2.2.17/srclib/apr-util/include \
+              -I../../../Oem/LinuxApt/httpd-2.2.17/os/unix \
               -I/usr/local/mapguideopensource/webserverextensions/apache2/include\
               -I../HttpHandler \
               -I../WebSupport \
@@ -42,7 +42,7 @@
                  -lMgMdfModel \
                  -lMgMdfParser \
                  -lMgHttpHandler \
-                 -lMgWebSupport
+				 -lMgWebSupport
 
 mod_mgmapagent_la_LDFLAGS = -release $(PACKAGE_VERSION) \
             -L../../../Oem/ACE/ACE_wrappers/ace \



More information about the mapguide-commits mailing list