* examples/cmilner/Makefile.am (cmilner_LDADD): Link with -lm, to find the pow() function.
5 lines
126 B
Makefile
5 lines
126 B
Makefile
include ../Makefile.def
|
|
EXTRA_DIST = readme
|
|
check_PROGRAMS = cmilner
|
|
cmilner_SOURCES = cmilner.c
|
|
cmilner_LDADD = $(LDADD) -lm
|