]> git.cworth.org Git - acre/blobdiff - Makefile
Add necessary -lm flag to link command
[acre] / Makefile
index d17e7d93ca81ef9e4b0ca1ce17b92e414756f441..a14d677174f67aec9d5bc08cf96c1eab15c4ef50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ acre_test_SOURCES = \
        xmalloc.c \
        xmalloc.h
 
-acre_test_LDFLAGS=$$(pkg-config --libs pangocairo lcms)
+acre_test_LDFLAGS=$$(pkg-config --libs pangocairo lcms) -lm
 
 acre_test_CFLAGS=$$(pkg-config --cflags pangocairo lcms) \
        -Wall -Wextra -Wpointer-arith -Wstrict-prototypes \