try to simplify internal library dependency.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Tue, 22 Jan 2013 21:58:25 +0000 (21:58 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Tue, 22 Jan 2013 21:58:25 +0000 (21:58 +0000)
commite532627b9fcf9dfd9fe6729d0451d729b808dfaf
tree463efd34697ec9f0e3bf91e036c27fe9231d54ce
parentfecf68a886796dfca9e063d59e195da35bc7213d
try to simplify internal library dependency.

Just use the lib/name/libname.la as libtool should be responsible to
emit dependencies to compiler when it evaluates.

This should reduce over-linking, also reducing the compile lines in
our verbose builds ;-)

NOTE: this seems to work on Fedora 18 (which also bitch about DSO), so
hopefully works on Debian and Ubuntu (and elsewhere).

Please revert if breaks builds!

SVN revision: 83105
m4/efl.m4