This is a computer-generated response confirming that your e-mail
message was received by There. Please do not respond to this message.

Thank you for contacting us. We will make every effort to respond to
your message as soon as possible.

Please do not send multiple e-mail messages (regarding the same
subject) before you have received a response as this can cause confusion and
possibly delay our response to you.

Our Customer Support team is also available via the Live Help link on There
Central, from the Help link on www.there.com, or in-world (Get Help>There
Live Help).  Live Help is available M-F, 2-8pm PT.

Thank You,

There Customer Support

[THREAD ID: 1-1R8G36]

-----Original Message-----
From: [EMAIL PROTECTED]
Sent: 4/29/2004 10:37:05 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/server/dsapi Makefile.in   

andya       2004/04/29 10:37:05

  Modified:    jk/native2/server/dsapi Makefile.in
  Log:
  Removed notes0.o from object files. It isn't necessary to link against the Notes 
library in Linux - the module links against libnotes.so when it loads.
  
  Revision  Changes    Path
  1.3       +2 -3      jakarta-tomcat-connectors/jk/native2/server/dsapi/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/dsapi/Makefile.in,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Makefile.in       29 Apr 2004 17:05:17 -0000      1.2
  +++ Makefile.in       29 Apr 2004 17:37:05 -0000      1.3
  @@ -22,7 +22,6 @@
   endif
   
   NOTES_INCL=-I ${NOTESAPI}/include
  -NOTES_OBJS=${NOTESAPI}/lib/linux/notes0.o
   NOTES_CFLAGS=-DUNIX -DLINUX
   
   JK_DIR := ../..
  @@ -99,13 +98,13 @@
   #all: prepare ${BUILD_DIR}/libtomcat2.so ${BUILD_DIR}/libjkjni.so
   all: prepare ${BUILD_DIR}/libtomcat2.so
   
  -${BUILD_DIR}/libtomcat2.la: ${COMMON_LO_FILES} ${DSAPI_LO_FILES} ${NOTES_OBJS}
  +${BUILD_DIR}/libtomcat2.la: ${COMMON_LO_FILES} ${DSAPI_LO_FILES}
        ${MOD_LINK} -o $@ $^ ${JK_LDFLAGS}
   
   ${BUILD_DIR}/libtomcat2.so: ${BUILD_DIR}/libtomcat2.la
        $(MOD_INSTALL) $^ `pwd`/${BUILD_DIR}
   
  -#${BUILD_DIR}/libjkjni.la: ${JNI_LO_FILES} ${COMMON_LO_FILES} ${NOTES_OBJS}
  +#${BUILD_DIR}/libjkjni.la: ${JNI_LO_FILES} ${COMMON_LO_FILES}
   #    $(MOD_LINK) -o $@ $(JK_LDFLAGS) $^
   
   #${BUILD_DIR}/libjkjni.so: ${BUILD_DIR}/libjkjni.la
  
  
  

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


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

Reply via email to