From 3f24f048762736e1a5d785a080fec7e84172e708 Mon Sep 17 00:00:00 2001 From: Sergey 'Jin' Bostandzhyan Date: Wed, 11 Jan 2017 22:41:11 +0100 Subject: Setup autotools to read .so version info from a separate file We want to use the same libtool style .so versions in both build systems, ideally both systems should read the version information from the same configuration file. This commit introduces an so.version configuration file and sets up the autotools to use it. The version numbers in so.version define the ABI compatibility and should be updated prior to each release. implements #323 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4a204135..300c5c07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,6 +14,7 @@ EXTRA_DIST = \ README.md \ libtoxcore.pc.in \ tox.spec \ + so.version \ dist-build/android-arm.sh \ dist-build/android-armv7.sh \ dist-build/android-x86.sh \ -- cgit v1.2.3