From 970d9542154e3d918ad7aa6a49d9f132d9ec7678 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 16 Sep 2003 04:49:04 +0000 Subject: install the libs with release and version info via libtool --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9807c793..d1f2cc82 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_SUBST(OB_BINARY_AGE) AC_SUBST(OB_VERSION) dnl Libtool versioning -LT_RELEASE=$VERSION +LT_RELEASE=$OB_MAJOR_VERSION.$OB_MINOR_VERSION LT_CURRENT=`expr $OB_MICRO_VERSION - $OB_INTERFACE_AGE` LT_REVISION=$OB_INTERFACE_AGE LT_AGE=`expr $OB_BINARY_AGE - $OB_INTERFACE_AGE` -- cgit v1.2.3