From 24211153faf1553f407daab7210c65237c2e1a2d Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 27 Apr 2013 22:18:29 +0000 Subject: [PATCH] Bump the age number of the TurboJPEG DSO, because interfaces have been added. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@972 632fc199-4ca6-4c93-a231-07263d6284db --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 67ac7c1..dab99b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ include_HEADERS = jerror.h jmorecfg.h jpeglib.h if WITH_TURBOJPEG lib_LTLIBRARIES += libturbojpeg.la -libturbojpeg_la_LDFLAGS = -version-info 0:0 -no-undefined +libturbojpeg_la_LDFLAGS = -version-info 1:0:1 -no-undefined include_HEADERS += turbojpeg.h endif -- 2.40.0