--- libaitpelco/lib/Makefile.in 2010/01/22 00:57:32 1.1 +++ libaitpelco/lib/Makefile.in 2012/07/22 22:21:50 1.2 @@ -3,7 +3,7 @@ # AITNET ltd - Sofia/Bulgaria # # $Author: misho $ -# $Id: Makefile.in,v 1.1 2010/01/22 00:57:32 misho Exp $ +# $Id: Makefile.in,v 1.2 2012/07/22 22:21:50 misho Exp $ # prefix = @prefix@ @@ -12,16 +12,17 @@ libdir = @libdir@ INSTALL = @INSTALL@ -VERS = 1.0 +VERS = @PACKAGE_VERSION@ LIBSO = libaitpelco.so LIBA = libaitpelco.a all: + @ln -sf ${LIBSO} ${LIBSO}.${VERS} depend: clean: - @rm -f ${LIBSO} ${LIBA} *~ + @rm -f ${LIBSO} ${LIBA} ${LIBSO}.${VERS} *~ install: ${INSTALL} ${LIBA} ${libdir}