Diff for /libaitcfg/lib/Makefile.in between versions 1.2 and 1.3

version 1.2, 2009/09/09 09:07:31 version 1.3, 2012/04/04 13:11:49
Line 13  libdir = @libdir@ Line 13  libdir = @libdir@
 INSTALL = @INSTALL@  INSTALL = @INSTALL@
   
 VERS = @PACKAGE_VERSION@  VERS = @PACKAGE_VERSION@
LIBSO = @PACKAGE_NAME@.soLIBSO = libaitcfg.so
LIBA = @PACKAGE_NAME@.aLIBA = libaitcfg.a
   
 all:  all:
           @ln -sf ${LIBSO} ${LIBSO}.${VERS}
   
 depend:  depend:
   
 clean:  clean:
        @rm -f ${LIBSO} ${LIBA} *~        @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.3


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