larryi      02/05/06 18:43:52

  Modified:    jk/native build.xml
  Log:
  Change "include/apache" to just "include". I couldn't find version of Apache
  that had a "include/apache" directory.  Please restore if you know why it
  should be "include/apache".
  
  Add "libexec" to the list of lib directories for win32.  Allows it to compile
  against a binary installation of 1.3.24.
  
  Revision  Changes    Path
  1.32      +2 -1      jakarta-tomcat-connectors/jk/native/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/build.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- build.xml 3 May 2002 05:31:20 -0000       1.31
  +++ build.xml 7 May 2002 01:43:52 -0000       1.32
  @@ -25,7 +25,7 @@
     <property name="apache13.home" location="/usr" />
     
     <property name="apache2.include" location="${apache2.home}/include" />
  -  <property name="apache13.include" location="${apache13.home}/include/apache" />
  +  <property name="apache13.include" location="${apache13.home}/include" />
   
     <property name="so.debug" value="true" />
     <property name="so.optimize" value="false" />
  @@ -289,6 +289,7 @@
         <linkOpt value="/libpath:&quot;${build.compiler.base}/lib&quot;" if="win32" />
         <linkOpt value="/libpath:&quot;${apache13.home}/CoreR&quot;" if="win32" />
         <linkOpt value="/libpath:&quot;${apache13.home}/Release&quot;" if="win32" />
  +      <linkOpt value="/libpath:&quot;${apache13.home}/libexec&quot;" if="win32" />
       </so>
     </target>
   
  
  
  

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

Reply via email to