[mapguide-commits] r7287 - in sandbox/jng/streaming/Web/src: ApacheAgent CgiAgent HttpHandler

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Jan 2 23:22:04 PST 2013


Author: jng
Date: 2013-01-02 23:22:03 -0800 (Wed, 02 Jan 2013)
New Revision: 7287

Modified:
   sandbox/jng/streaming/Web/src/ApacheAgent/Makefile.am
   sandbox/jng/streaming/Web/src/CgiAgent/Makefile.am
   sandbox/jng/streaming/Web/src/HttpHandler/Makefile.am
Log:
Linux makefile updates

Modified: sandbox/jng/streaming/Web/src/ApacheAgent/Makefile.am
===================================================================
--- sandbox/jng/streaming/Web/src/ApacheAgent/Makefile.am	2012-12-24 09:32:33 UTC (rev 7286)
+++ sandbox/jng/streaming/Web/src/ApacheAgent/Makefile.am	2013-01-03 07:22:03 UTC (rev 7287)
@@ -23,6 +23,7 @@
 
 mod_mgmapagent_la_SOURCES = ApacheAgent.cpp \
                             ApachePostParser.cpp \
+                            ApacheReaderStreamer.cpp \
                             ApacheResponseHandler.cpp \
                             ../MapAgentCommon/MapAgentCommon.cpp \
                             ../MapAgentCommon/MapAgentGetParser.cpp \
@@ -30,6 +31,7 @@
                             ../WebSupport/InitializeWebTier.cpp
 
 noinst_HEADERS = ApachePostParser.h \
+                 ApacheReaderStreamer.h \
                  ApacheResponseHandler.h \
                  ../MapAgentCommon/MapAgentCommon.h \
                  ../MapAgentCommon/MapAgentGetParser.h \

Modified: sandbox/jng/streaming/Web/src/CgiAgent/Makefile.am
===================================================================
--- sandbox/jng/streaming/Web/src/CgiAgent/Makefile.am	2012-12-24 09:32:33 UTC (rev 7286)
+++ sandbox/jng/streaming/Web/src/CgiAgent/Makefile.am	2013-01-03 07:22:03 UTC (rev 7287)
@@ -18,6 +18,7 @@
 
 mapagent_SOURCES = CgiAgent.cpp \
                    CgiPostParser.cpp \
+                   CgiReaderStreamer.cpp \
                    CgiResponseHandler.cpp \
                    EchoTest.cpp \
                    ../MapAgentCommon/MapAgentCommon.cpp \
@@ -26,6 +27,7 @@
                    ../WebSupport/InitializeWebTier.cpp
 
 noinst_HEADERS = CgiPostParser.h \
+                 CgiReaderStreamer.h \
                  CgiResponseHandler.h \
                  ../MapAgentCommon/MapAgentCommon.h \
                  ../MapAgentCommon/MapAgentGetParser.h \

Modified: sandbox/jng/streaming/Web/src/HttpHandler/Makefile.am
===================================================================
--- sandbox/jng/streaming/Web/src/HttpHandler/Makefile.am	2012-12-24 09:32:33 UTC (rev 7286)
+++ sandbox/jng/streaming/Web/src/HttpHandler/Makefile.am	2013-01-03 07:22:03 UTC (rev 7287)
@@ -100,6 +100,7 @@
   HttpMoveResource.cpp \
   HttpPrimitiveValue.cpp \
   HttpQueryMapFeatures.cpp \
+  HttpReaderStreamer.cpp \
   HttpRenameResourceData.cpp \
   HttpRequest.cpp \
   HttpRequestMetadata.cpp \
@@ -228,6 +229,7 @@
   HttpPrimitiveValue.h \
   HttpPrimitiveValueTypes.h \
   HttpQueryMapFeatures.h \
+  HttpReaderStreamer.h \
   HttpRenameResourceData.h \
   HttpRequest.h \
   HttpRequestMetadata.h \



More information about the mapguide-commits mailing list