Move libraries version info to the beginning of Makefile.am
authorIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 08:10:00 +0000 (11:10 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 1 Mar 2017 08:10:00 +0000 (11:10 +0300)
commitc4e67b4a301bea050e5e21d606e62b3f8f4a9a01
tree6f734a6e58ac57d701912a1339074192f0c0e14b
parenta987b1ad4ac4947923d0a227fe612969971b762b
Move libraries version info to the beginning of Makefile.am
(code refactoring)

* Makefile.am (LIBGC_VER_INFO, LIBGCCPP_VER_INFO): New variable; add
comment about the version update rule.
* cord/cord.am (LIBCORD_VER_INFO): Likewise.
* Makefile.am (libgc_la_LDFLAGS, libgccpp_la_LDFLAGS): Use
LIBGC[CPP]_VER_INFO instead the direct hard-coding of version info.
* cord/cord.am (libcord_la_LDFLAGS): Likewise.
Makefile.am
cord/cord.am