1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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

View file

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