Consistently put -lm at the end of library lists.
authorGuy Harris <guy@alum.mit.edu>
Wed, 12 Mar 2014 21:44:01 +0000 (14:44 -0700)
committerGuy Harris <guy@alum.mit.edu>
Wed, 12 Mar 2014 21:44:44 +0000 (21:44 +0000)
commit0284e87bea177188343d3ce9ebdfe2ec0d4044b7
tree9e3feea728b6fdbaade8af1a01b32181f613d5fd
parent5ae2815615d04e63c99c4636e5fdf644d7c5abc9
Consistently put -lm at the end of library lists.

I'm not sure why it's associated with GLIB_LIBS in most entries - at
some point, was it the case that we didn't use libmath routines but GLib
did? - but there's no guarantee that other libraries don't use them, so
put them at the end of the lists.  That also makes the lists a bit more
consistent.

(Yes, I know, the wireshark_ldadd list is followed by some other
libraries in the library lists that use it, so -lm isn't *really* at the
end everywhere.)

Change-Id: Ia2e0b295fdaae771fdee7d5eecdefaa83fae9992
Reviewed-on: https://code.wireshark.org/review/622
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Makefile.am