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:
parent
1e0eb4e522
commit
550a805be2
1 changed files with 4 additions and 0 deletions
|
@ -45,3 +45,7 @@ XMULIB = -lXmu $(XLIB)
|
||||||
#ifndef SharedDtHelpReqs
|
#ifndef SharedDtHelpReqs
|
||||||
# define SharedDtHelpReqs -ljpeg
|
# define SharedDtHelpReqs -ljpeg
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SharedDtSearchReqs
|
||||||
|
# define SharedDtSearchReqs -lm
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue