Skip to content

Commit 89af699

Browse files
author
meihuisu
committed
add -lm
1 parent f034bf2 commit 89af699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bin_PROGRAMS = test_cca
44

55
# General compiler/linker flags
66
AM_CFLAGS = ${CFLAGS} ${ETREE_INCLUDES} ${PROJ_INCLUDES} -I../src
7-
AM_LDFLAGS = ${LDFLAGS} ${ETREE_LDFLAGS} ${PROJ_LDFLAGS} -L../src -lcca
7+
AM_LDFLAGS = ${LDFLAGS} ${ETREE_LDFLAGS} ${PROJ_LDFLAGS} -L../src -lcca -lm
88

99
objects = test_api.o
1010
TARGETS = $(bin_PROGRAMS)

0 commit comments

Comments
 (0)