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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Nov 10 00:02:00 EST 2010


Author: waltweltonlair
Date: 2010-11-09 21:02:00 -0800 (Tue, 09 Nov 2010)
New Revision: 5386

Modified:
   trunk/MgDev/Web/src/ApacheAgent/Makefile.am
Log:
Clean up tabs (again) due to prior submission.

Modified: trunk/MgDev/Web/src/ApacheAgent/Makefile.am
===================================================================
--- trunk/MgDev/Web/src/ApacheAgent/Makefile.am	2010-11-10 03:32:36 UTC (rev 5385)
+++ trunk/MgDev/Web/src/ApacheAgent/Makefile.am	2010-11-10 05:02:00 UTC (rev 5386)
@@ -22,12 +22,12 @@
 lib_LTLIBRARIES = mod_mgmapagent.la
 
 mod_mgmapagent_la_SOURCES = ApacheAgent.cpp \
-                              ApachePostParser.cpp \
-                              ApacheResponseHandler.cpp \
-                              ../MapAgentCommon/MapAgentCommon.cpp \
-                              ../MapAgentCommon/MapAgentGetParser.cpp \
-                              ../MapAgentCommon/MapAgentStrings.cpp \
-                              ../WebSupport/InitializeWebTier.cpp
+                            ApachePostParser.cpp \
+                            ApacheResponseHandler.cpp \
+                            ../MapAgentCommon/MapAgentCommon.cpp \
+                            ../MapAgentCommon/MapAgentGetParser.cpp \
+                            ../MapAgentCommon/MapAgentStrings.cpp \
+                            ../WebSupport/InitializeWebTier.cpp
 
 noinst_HEADERS = ApachePostParser.h \
                  ApacheResponseHandler.h \
@@ -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