Added -lm to the linker

This commit is contained in:
Matteo Paonessa 2015-10-21 10:03:53 +02:00
parent 4b8bc0f30e
commit 08685ac52f
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
bin_PROGRAMS = caesiumclt
caesiumclt_SOURCES = main.c jpeg.c compresshelper.c utils.c png.c lodepng.c
caesiumclt_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -std=c99
caesiumclt_CFLAGS = -Wall -D_FILE_OFFSET_BITS=64 -std=c99
caesiumclt_LDADD = -lm