You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by tr...@apache.org on 2004/02/09 21:18:48 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache13 Makefile.apxs.in

truk        2004/02/09 12:18:48

  Modified:    jk/native2/server/apache13 Makefile.apxs.in
  Log:
  Fix cut and paste error related to bug 15771
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.apxs.in
  
  Index: Makefile.apxs.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache13/Makefile.apxs.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Makefile.apxs.in	5 Feb 2004 17:40:22 -0000	1.7
  +++ Makefile.apxs.in	9 Feb 2004 20:18:48 -0000	1.8
  @@ -8,7 +8,7 @@
   COMMON_C_FILES := $(wildcard ${JK_DIR}/common/*.c )
   APR_CFLAGS=@APR_CFLAGS@
   APR_LDFLAGS=@APR_LDFLAGS@
  -C_FILES=jk_service_apache13_c mod_jk2_c
  +C_FILES=jk_service_apache13.c mod_jk2.c
   JAVA_HOME=@JAVA_HOME@
   APRLIBS=`@APR_DIR@/apr-config --libs`
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org