* examples/cmilner/Makefile.am (cmilner_LDADD): Link with -lm, to
find the pow() function.
This commit is contained in:
Alexandre Duret-Lutz 2011-02-27 15:24:22 +01:00
parent 774e20d8ee
commit 8f5ecc14bf
2 changed files with 6 additions and 0 deletions

View file

@ -2,3 +2,4 @@ include ../Makefile.def
EXTRA_DIST = readme
check_PROGRAMS = cmilner
cmilner_SOURCES = cmilner.c
cmilner_LDADD = $(LDADD) -lm