Diff for /libaitsess/lib/Makefile.in between versions 1.2 and 1.2.2.1

version 1.2, 2011/04/30 21:35:21 version 1.2.2.1, 2011/06/16 19:55:45
Line 17  LIBSO = @PACKAGE_NAME@.so Line 17  LIBSO = @PACKAGE_NAME@.so
 LIBA = @PACKAGE_NAME@.a  LIBA = @PACKAGE_NAME@.a
   
 all:  all:
           @ln -sf ${LIBSO} ${LIBSO}.${VERS}
   
 depend:  depend:
   
 clean:  clean:
        @rm -f ${LIBA} ${LIBSO} *~        @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~
   
 install:  install:
         ${INSTALL} ${LIBA} ${libdir}          ${INSTALL} ${LIBA} ${libdir}

Removed from v.1.2  
changed lines
  Added in v.1.2.2.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>