costin 02/02/28 15:36:18
Modified: jk/native2 build.xml
Log:
Add EAPI in the default build.xml, build all files in apache13 ( i.e. service +
mod_jk )
Revision Changes Path
1.16 +4 -2 jakarta-tomcat-connectors/jk/native2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/build.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.xml 23 Feb 2002 19:02:19 -0000 1.15
+++ build.xml 28 Feb 2002 23:36:18 -0000 1.16
@@ -189,12 +189,12 @@
profile="${so.profile}">
<src dir=".">
- <include name="server/apache13/mod_jk2.c" />
+ <include name="server/apache13/*.c" />
<include name="common/*.c" />
<exclude name="jk_nwmain.c"
unless="netware" />
<include name="common/apr/*.c" if="HAVE_APR" />
- <exclude name="common/apr_socket.c" />
+ <exclude name="common/jk_channel_apr_socket.c" />
</src>
<includes>
<include name="${native.dir}/include" />
@@ -222,6 +222,8 @@
<depends>
<fileset dir="${native.dir}/common" includes="*.h" />
</depends>
+
+ <def name="EAPI" info="Building with EAPI support " />
<!-- Platform-specific tags -->
<def name="N_PLAT_NLM" if="netware"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>