summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-30 00:08:37 +0100
committerGravatar Martin Szulecki2010-01-30 00:08:37 +0100
commitd84b88a61d2c1fffa17421a3ea72152d429d4822 (patch)
treeb3873518641d02d0cd0f87df6681888add303d0f /configure.ac
parent20671cb0ad7ba9c1f1f70d5fbdb271e4f30526fc (diff)
downloadlibimobiledevice-d84b88a61d2c1fffa17421a3ea72152d429d4822.tar.gz
libimobiledevice-d84b88a61d2c1fffa17421a3ea72152d429d4822.tar.bz2
Pass -version-info for libtool to set soname0.9.7
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a4f68f7..e564301 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,16 @@ AC_PROG_SWIG(1.3.21)
AX_SWIG_ENABLE_CXX
SWIG_PYTHON
+dnl libtool versioning
+# +1 : 0 : +1 == adds new functions to the interface
+# +1 : 0 : 0 == changes or removes functions (changes include both
+# changes to the signature and the semantic)
+# ? :+1 : ? == just internal changes
+# CURRENT : REVISION : AGE
+LIBIMOBILEDEVICE_SO_VERSION=0:0:0
+
+AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION)
+
# Checks for programs.
AC_PROG_CC
AM_PROG_CC_C_O