Add an explicit -lm to the link lines in Makefile.gtk, after two users
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Apr 2012 22:28:59 +0000 (22:28 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Apr 2012 22:28:59 +0000 (22:28 +0000)
commite8a48ab18dd5142b4be9f842bc511c39e06ff6ff
tree560519f2863abf01eeb8d025bd882d20415e3d03
parentbf5e0dafc03b98790e5f03383e68f18c487fea7d
Add an explicit -lm to the link lines in Makefile.gtk, after two users
reported on the same day that this is now necessary since up-to-date
GNU tools won't consider it sufficient to have libm be a dependency of
other explicitly referenced libraries if you're directly referring to
the contents of libm yourself.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9448 cda61777-01e9-0310-a592-d414129be87e
mkfiles.pl