You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2002/07/25 12:31:30 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.am

hgomez      2002/07/25 03:31:30

  Modified:    jk/native/apache-1.3 Makefile.am
  Log:
  Make sure that apxs flags will be passed to libtool when building
  mod_jk.c (if not mod_jk.c will not be compiled with -DEAPI for example)
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.am,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.am	5 Nov 2001 23:04:06 -0000	1.6
  +++ Makefile.am	25 Jul 2002 10:31:30 -0000	1.7
  @@ -16,7 +16,7 @@
   JK_INCL=-DUSE_APACHE_MD5 -I ${JK}
   JAVA_INCL=-I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS}
   JAVA_LIB=-L ${JAVA_HOME}/jre/lib/${ARCH} -L ${JAVA_HOME}/lib/${ARCH}/native_threads
  -AM_CFLAGS=@apache_include@ -I../common
  +AM_CFLAGS=@apache_include@ @APXSCFLAGS@ @APXSCPPFLAGS@ -I../common
   
   include ../common/list.mk.in
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>