You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/15 20:31:08 UTC

cvs commit: xml-xalan/c/src Makefile.in

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org