* 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

@ -1,3 +1,8 @@
2011-02-27 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* examples/cmilner/Makefile.am (cmilner_LDADD): Link with -lm, to
find the pow() function.
2010-11-07 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/bddop.c (bdd_setxor): New function.

View file

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