You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by da...@apache.org on 2007/08/29 09:50:12 UTC

svn commit: r570674 - in /tcl/rivet/trunk: ChangeLog src/apache-1/Makefile.am

Author: davidw
Date: Wed Aug 29 00:50:12 2007
New Revision: 570674

URL: http://svn.apache.org/viewvc?rev=570674&view=rev
Log:
* src/apache-1/Makefile.am: Another patch from Valery correcting a
  mistaken application of his patches on my part.


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/src/apache-1/Makefile.am

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=570674&r1=570673&r2=570674&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Wed Aug 29 00:50:12 2007
@@ -1,3 +1,8 @@
+2007-08-29  David N. Welton  <da...@dedasys.com>
+
+	* src/apache-1/Makefile.am: Another patch from Valery correcting
+	a mistaken application of his patches on my part.
+
 2007-08-27  David N. Welton  <da...@dedasys.com>
 
 	* configure.ac: Added missing quote.

Modified: tcl/rivet/trunk/src/apache-1/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/src/apache-1/Makefile.am?rev=570674&r1=570673&r2=570674&view=diff
==============================================================================
--- tcl/rivet/trunk/src/apache-1/Makefile.am (original)
+++ tcl/rivet/trunk/src/apache-1/Makefile.am Wed Aug 29 00:50:12 2007
@@ -39,7 +39,10 @@
 	mod_rivet.h TclWeb.h \
 	apache_multipart_buffer.h \
 	apache_request.h \
-	../rivetCore.c
+	../rivetCore.c \
+	../rivetWWW.c \
+	../rivetChannel.c \
+	../rivetParser.c
 
 mod_rivet_la_LDFLAGS = @TCL_LIB_SPEC@ @APXS_LDFLAGS@ -module -avoid-version
 mod_rivet_la_LIBADD = @TCL_LIBS@ @APXS_LIBS@



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org