Move libraries version info to the beginning of Makefile.am
authorIvan Maidanski <ivmai@mail.ru>
Fri, 17 Feb 2017 20:27:19 +0000 (23:27 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 31 Mar 2017 07:44:10 +0000 (10:44 +0300)
commitc4567c540fce1dcbcb05d101dcc2c4ef145bf2a2
tree1a678595f8200b83bd49f187284d0d771d5c32dc
parentd008d50b6cb8ccf4a66c1699f3c1812f123dc70a
Move libraries version info to the beginning of Makefile.am
(code refactoring)

* src/Makefile.am (LIBATOMIC_OPS_VER_INFO, LIBATOMIC_OPS_GPL_VER_INFO):
New variable; add comment about the version update rule.
* src/Makefile.am (libatomic_ops_la_LDFLAGS,
libatomic_ops_gpl_la_LDFLAGS): Use LIBATOMIC_OPS_[GPL_]VER_INFO
instead direct hard-coding of version info.
src/Makefile.am