You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2004/03/15 21:19:00 UTC

cvs commit: httpd-2.0/server Makefile.in

martin      2004/03/15 12:19:00

  Modified:    server   Makefile.in
  Log:
  Add missing source
  
  Revision  Changes    Path
  1.93      +1 -1      httpd-2.0/server/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -u -r1.92 -r1.93
  --- Makefile.in	28 Feb 2004 00:48:28 -0000	1.92
  +++ Makefile.in	15 Mar 2004 20:19:00 -0000	1.93
  @@ -10,7 +10,7 @@
       test_char.h \
   	config.c log.c main.c vhost.c util.c \
   	util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \
  -	connection.c listen.c \
  +	connection.c listen.c eoc_bucket.c \
   	mpm_common.c util_charset.c util_debug.c util_xml.c \
   	util_filter.c exports.c buildmark.c \
   	scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \
  
  
  

Re: cvs commit: httpd-2.0/server Makefile.in

Posted by Joe Orton <jo...@redhat.com>.
On Mon, Mar 15, 2004 at 08:19:00PM -0000, martin@apache.org wrote:
> martin      2004/03/15 12:19:00
> 
>   Modified:    server   Makefile.in
>   Log:
>   Add missing source

It was already there, I've reverted this.  Did you run buildconf after
updating? 

>    	util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \
>   -	connection.c listen.c \
>   +	connection.c listen.c eoc_bucket.c \
>    	mpm_common.c util_charset.c util_debug.c util_xml.c \
>    	util_filter.c exports.c buildmark.c \
>    	scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \
>