Add proper SONAME version and install/stage targets.
commitc102fc222e9d74c08208a56b71baec782650328c
authorDaniel Wallin <daniel@boostpro.com>
Mon, 16 Feb 2009 10:27:44 +0000 (16 11:27 +0100)
committerDaniel Wallin <daniel@boostpro.com>
Tue, 17 Feb 2009 12:50:00 +0000 (17 13:50 +0100)
treecf3f97e44c3a7e774753ad4dcf5e44df76ada75a
parente3d8eb04b3b2a7cad57d7a4bc68cc30e9368b60b
Add proper SONAME version and install/stage targets.

This adds the complete luabind version string to the shared library
names. It also adds a "d" suffix to the debug libraries. The build will
now produce names like:

 libluabind.so.0.8.1
 libluabindd.so.0.8.1

"bjam install" will build and install the libraries on the default
prefix (/usr/local on *nix). The --prefix option can be used to change
the prefix. The install also creates the unversioned symlinks:

 libluabind.so -> libluabind.so.0.8.1
 libluabindd.so -> libluabindd.so.0.8.1
Jamroot