Diff for /libaitsess/lib/Makefile.in between versions 1.1.2.2 and 1.3

version 1.1.2.2, 2008/09/30 20:17:14 version 1.3, 2011/09/07 13:11:55
Line 12  libdir = @libdir@ Line 12  libdir = @libdir@
   
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
LIBSO = libaitsess.soVERS = @PACKAGE_VERSION@
 LIBSO = @PACKAGE_NAME@.so
 LIBA = @PACKAGE_NAME@.a
   
 all:  all:
           @ln -sf ${LIBSO} ${LIBSO}.${VERS}
   
 depend:  depend:
   
 clean:  clean:
        @rm -f ${LIBSO} *~        @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~
   
 install:  install:
           ${INSTALL} ${LIBA} ${libdir}
         ${INSTALL} ${LIBSO} ${libdir}          ${INSTALL} ${LIBSO} ${libdir}
           @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}

Removed from v.1.1.2.2  
changed lines
  Added in v.1.3


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