dbertoni    2002/11/15 11:31:08

  Modified:    c/src    Makefile.in
  Log:
  Updated library extension.
  
  Revision  Changes    Path
  1.105     +4 -2      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.104
  retrieving revision 1.105
  diff -u -r1.104 -r1.105
  --- Makefile.in       11 Oct 2002 23:37:35 -0000      1.104
  +++ Makefile.in       15 Nov 2002 19:31:08 -0000      1.105
  @@ -250,6 +250,8 @@
   
        ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -lc
   
  +    SHLIBSUFFIX=.a
  +
     else
   
        PLATFORM_COMPILE_OPTIONS = -D${PLATFORM} -D_THREAD_SAFE
  @@ -266,9 +268,9 @@
   
        LINK = $(CXX) -qnotempinc $(CXXFLAGS)  -brtl $(PLATFORM_COMPILE_OPTIONS) 
${bitstobuildLink}
   
  -  endif
  +    SHLIBSUFFIX=.so
   
  -  SHLIBSUFFIX=.a
  +  endif
   
   endif
   
  
  
  

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

Reply via email to