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, 17 Feb 2017 20:27:19 +0000 (23:27 +0300)
commit5ab1ac50a4d143f5c7c4b8bb06217f73a7841d4e
tree16908070a49c920a738c7f38778896d2bbe9ac22
parent8277cbfb37f09b6c70f66492d58a9e99156c8376
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