pier        02/04/30 17:41:58

  Modified:    webapp/lib Makefile.in
  Log:
  Forgot -I. for the generated pr_warp_defs.h
  
  Revision  Changes    Path
  1.25      +2 -2      jakarta-tomcat-connectors/webapp/lib/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/lib/Makefile.in,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- Makefile.in       1 May 2002 00:37:16 -0000       1.24
  +++ Makefile.in       1 May 2002 00:41:58 -0000       1.25
  @@ -56,9 +56,9 @@
   # ========================================================================= #
   
   # @author  Pier Fumagalli <mailto:[EMAIL PROTECTED]>
  -# @version $Id: Makefile.in,v 1.24 2002/05/01 00:37:16 pier Exp $
  +# @version $Id: Makefile.in,v 1.25 2002/05/01 00:41:58 pier Exp $
   
  -LOCAL_INCLUDES = -I$(SRC_DIR)/include -I$(SRC_DIR)/lib
  +LOCAL_INCLUDES = -I$(SRC_DIR)/include -I$(SRC_DIR)/lib -I.
   LOCAL_TGT_DIR = $(TGT_DIR)/lib
   LOCAL_SRC_DIR = $(SRC_DIR)/lib
   include @TGT_DIR@/Makedefs
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to