summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-02 18:54:54 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-02 18:54:54 +0100
commit48cc4dc5d74fbda7bad6e8bdc34ac1e016935a20 (patch)
tree1a99aee5c02b0983ad78212a45c4f3f5b910580b
parent323365a09b0293fe865ffaf92398c01f2933ee6e (diff)
downloadxine-lib-48cc4dc5d74fbda7bad6e8bdc34ac1e016935a20.tar.gz
xine-lib-48cc4dc5d74fbda7bad6e8bdc34ac1e016935a20.tar.bz2
Make LIBNAME correspond to the soname.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index dcf89eeec..794da2895 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ AC_SUBST(XINE_LT_REVISION)
XINE_LT_AGE=__XINE_LT_AGE
AC_SUBST(XINE_LT_AGE)
-LIBNAME="libxine${XINE_MAJOR}"
+LIBNAME="libxine$(($XINE_LT_CURRENT-$XINE_LT_AGE))"
AC_SUBST(LIBNAME)
AC_DEFINE_UNQUOTED([XINE_TEXTDOMAIN], "$LIBNAME", [catalog message text domain])