From bd88072b5df85c392917e4bce11a40c0058c4657 Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Wed, 6 Jul 2011 17:04:33 +0300 Subject: Properly implement timeout callback (bug #619), bump SONAME because of API changes --- src/libwebvi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libwebvi/Makefile') diff --git a/src/libwebvi/Makefile b/src/libwebvi/Makefile index d5a2ff1..47d5826 100644 --- a/src/libwebvi/Makefile +++ b/src/libwebvi/Makefile @@ -2,8 +2,8 @@ PREFIX ?= /usr/local SYSLIBDIR = $(PREFIX)/lib LIBNAME=libwebvi.so -LIBSONAME=$(LIBNAME).0 -LIBMINOR=$(LIBSONAME).4 +LIBSONAME=$(LIBNAME).1 +LIBMINOR=$(LIBSONAME).0 VERSION:=$(shell grep VERSION webvi/version.py | cut -d \' -f 2) PYLIB:=$(shell python pythonlibname.py) -- cgit v1.2.3