You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@locus.apache.org on 2000/07/01 16:14:15 UTC

cvs commit: apache-2.0/src/main Makefile.in

gstein      00/07/01 07:14:15

  Modified:    src/main Makefile.in
  Log:
  build the XML utility stuff now (req'd by the DAV code)
  
  Revision  Changes    Path
  1.16      +1 -1      apache-2.0/src/main/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/Makefile.in,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Makefile.in	2000/06/30 18:07:05	1.15
  +++ Makefile.in	2000/07/01 14:14:15	1.16
  @@ -8,7 +8,7 @@
   	http_protocol.c http_request.c http_vhost.c util.c util_date.c \
   	util_script.c util_uri.c util_md5.c util_cfgtree.c util_ebcdic.c \
   	rfc1413.c http_connection.c iol_file.c iol_socket.c listen.c \
  -        mpm_common.c util_charset.c util_debug.c
  +        mpm_common.c util_charset.c util_debug.c util_xml.c
   
   include $(top_srcdir)/build/ltlib.mk