linux: libDtSearch requires linking with -lm

This commit is contained in:
Jon Trulson 2014-03-10 21:32:10 -06:00
parent 1e0eb4e522
commit 550a805be2
1 changed files with 4 additions and 0 deletions

View File

@ -45,3 +45,7 @@ XMULIB = -lXmu $(XLIB)
#ifndef SharedDtHelpReqs
# define SharedDtHelpReqs -ljpeg
#endif
#ifndef SharedDtSearchReqs
# define SharedDtSearchReqs -lm
#endif