Diff for /libaitsess/lib/Makefile.in between versions 1.1.2.1 and 1.1.2.3

version 1.1.2.1, 2008/09/30 20:05:20 version 1.1.2.3, 2008/10/03 17:29:03
Line 1 Line 1
libdir = /usr/local/lib#
 # (C) 2008 by Michael Pounov <misho@openbsd-bg.org>
 #   AITNET ltd - Sofia/Bulgaria
 #
 # $Author$
 # $Id$
 #
   
INSTALL = installprefix = @prefix@
 exec_prefix = @exec_prefix@
 libdir = @libdir@
   
LIBSO = libaitsess.soINSTALL = @INSTALL@
   
   VERS = @PACKAGE_VERSION@
   LIBSO = @PACKAGE_NAME@.so
   
 all:  all:
   
 depend:  depend:
Line 13  clean: Line 24  clean:
   
 install:  install:
         ${INSTALL} ${LIBSO} ${libdir}          ${INSTALL} ${LIBSO} ${libdir}
           @ln -fs ${libdir}/${LIBSO} ${libdir}/${LIBSO}.${VERS}

Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.3


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