[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
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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