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/05/13 12:19:04 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/common list.mk.in

hgomez      02/05/13 03:19:03

  Added:       jk/native2/common list.mk.in
  Log:
  Add missing list of sources file to be built (depending
  apr is in use or not)
  
  Revision  Changes    Path
  1.1                  jakarta-tomcat-connectors/jk/native2/common/list.mk.in
  
  Index: list.mk.in
  ===================================================================
  ## Object needed for mod_jk for Apache
  APACHE_OBJECTS= \
  @JK_CHANNEL_APR_SOCKET@ \
  ${JK}jk_channel_jni${OEXT}\
  ${JK}jk_channel_socket${OEXT}\
  ${JK}jk_config${OEXT}\
  ${JK}jk_endpoint${OEXT}\
  ${JK}jk_env${OEXT}\
  ${JK}jk_handler_logon${OEXT}\
  ${JK}jk_handler_response${OEXT}\
  ${JK}jk_logger_file${OEXT}\
  ${JK}jk_map${OEXT}\
  ${JK}jk_md5${OEXT}\
  ${JK}jk_msg_ajp${OEXT}\
  ${JK}jk_nwmain${OEXT}\
  ${JK}jk_objCache${OEXT}\
  ${JK}jk_pool${OEXT}\
  @JK_POOL_APR@ \
  ${JK}jk_registry${OEXT}\
  ${JK}jk_requtil${OEXT}\
  ${JK}jk_shm${OEXT}\
  ${JK}jk_uriEnv${OEXT}\
  ${JK}jk_uriMap${OEXT}\
  ${JK}jk_vm_default${OEXT}\
  ${JK}jk_worker_ajp13${OEXT}\
  ${JK}jk_workerEnv${OEXT}\
  ${JK}jk_worker_jni${OEXT}\
  ${JK}jk_worker_lb${OEXT}\
  ${JK}jk_worker_run${OEXT}\
  ${JK}jk_worker_status${OEXT}
  
  
  

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