fix flags and libs ordering.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 18 Jan 2013 18:51:16 +0000 (18:51 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Fri, 18 Jan 2013 18:51:16 +0000 (18:51 +0000)
commite2e25b3d3df613bc025b9df89411a07cf5d99e49
treec837b860700f7ced8197144dadf36179ca82f7a9
parent21a6a846673da0e43e3a9cf572cbb5e42dc5d966
fix flags and libs ordering.

linker (ld) is that kind of tool that argument order matters, if you
-Wl,--as-needed, it will be worth just for libraries following
it. Then we need to use EFL_LDFLAGS before everything else, otherwise
it end being useless.

SVN revision: 82991
m4/efl.m4