(LIBS): Added -lm.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@718 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-01-12 22:55:17 +00:00
parent 40d050bba2
commit c2687ecda2

View file

@ -35,7 +35,7 @@ CPPFLAGS =
LDFLAGS =
DEFS = @DEFS@
LIBS = -L../src -lobjects @LIBOBJC@ @LIBS@
LIBS = -L../src -lobjects @LIBOBJC@ @LIBS@ -lm
#### End of system configuration section. ####