mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
linux: libDtSearch requires linking with -lm
This commit is contained in:
parent
1e0eb4e522
commit
550a805be2
1 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,7 @@ XMULIB = -lXmu $(XLIB)
|
|||
#ifndef SharedDtHelpReqs
|
||||
# define SharedDtHelpReqs -ljpeg
|
||||
#endif
|
||||
|
||||
#ifndef SharedDtSearchReqs
|
||||
# define SharedDtSearchReqs -lm
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue