You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2003/04/09 20:05:03 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 Makefile.in

costin      2003/04/09 11:05:03

  Modified:    jk/native2/server/apache2 Makefile.in
  Log:
  Change the name to libjkjni.so - that's what java expects when loading library.
  ( so no need to explicitely set the path if it is in the LD_LIBRARY_PATH )
  
  Revision  Changes    Path
  1.12      +3 -3      jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/Makefile.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Makefile.in	22 Oct 2002 19:41:03 -0000	1.11
  +++ Makefile.in	9 Apr 2003 18:05:03 -0000	1.12
  @@ -91,14 +91,14 @@
   
   # ---------- Targets -------------------- 
   
  -all: prepare ${BUILD_DIR}/mod_jk2.so ${BUILD_DIR}/jkjni.so
  +all: prepare ${BUILD_DIR}/mod_jk2.so ${BUILD_DIR}/libjkjni.so
   
   ${BUILD_DIR}/mod_jk2.so: ${BUILD_DIR}/mod_jk2.la
   	$(MOD_INSTALL) cp $^ `pwd`/${BUILD_DIR}
  -${BUILD_DIR}/jkjni.so: ${BUILD_DIR}/jkjni.la
  +${BUILD_DIR}/libjkjni.so: ${BUILD_DIR}/libjkjni.la
   	$(MOD_INSTALL) cp $^ `pwd`/${BUILD_DIR}
   
  -${BUILD_DIR}/jkjni.la: ${JNI_LO_FILES} ${COMMON_LO_FILES}
  +${BUILD_DIR}/libjkjni.la: ${JNI_LO_FILES} ${COMMON_LO_FILES}
   	$(MOD_LINK) -o $@ $(JK_LDFLAGS) $^
   
   ${BUILD_DIR}/mod_jk2.la: ${COMMON_LO_FILES} ${JNI_LO_FILES} ${A2_LO_FILES}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org