[buddy]
* examples/cmilner/Makefile.am (cmilner_LDADD): Link with -lm, to find the pow() function.
This commit is contained in:
parent
774e20d8ee
commit
8f5ecc14bf
2 changed files with 6 additions and 0 deletions
|
|
@ -2,3 +2,4 @@ include ../Makefile.def
|
|||
EXTRA_DIST = readme
|
||||
check_PROGRAMS = cmilner
|
||||
cmilner_SOURCES = cmilner.c
|
||||
cmilner_LDADD = $(LDADD) -lm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue