]> git.evergreen-ils.org Git - working/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:44:34 +0000 (03:44 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 10 Jan 2011 03:44:34 +0000 (03:44 +0000)
commit3f914e81827a5bc9682dfbfdd16eaec571281505
tree62cd62f9e3fbe96f8bc6fa8757ef43f5b29aa220
parent14046268d12270ffe3f1f78597d5ba78664c5dd6
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/trunk@19141 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/c-apps/Makefile.am