]> git.evergreen-ils.org Git - Evergreen.git/commit
Clean up c-apps Makefile.am and make everything load cleanly again
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 10 Jan 2011 03:47:37 +0000 (03:47 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 10 Jan 2011 03:47:37 +0000 (03:47 +0000)
commitd0f786b3d34c767b13c6ecb1c42fcfabadcb832b
treed73117bc5ee81d77a52b1138b96e17a2f77382e4
parente0836c5959cb9b084f33814af9a9d52da7dfa545
Clean up c-apps Makefile.am and make everything load cleanly again

Executable programs don't have library versions, so don't set -version-info
for them.

Add -version-info to liboils_idl and liboils_util, and link liboils_util
explicitly against liboils_idl rather than relying on AM_LDFLAGS.

Set the linking dependencies correctly; if a library links against
liboils_util, set that as the sole link dependency; no need for liboils_idl
once (let alone twice!)

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19143 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/Makefile.am