]> git.cworth.org Git - acre/blobdiff - Makefile
Use CIE L*a*b colors instead of HSV
[acre] / Makefile
index 1d5beef2a8dabef652cc03c4e54fe8cc6cfa6a1f..d17e7d93ca81ef9e4b0ca1ce17b92e414756f441 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,9 @@ acre_test_SOURCES = \
        xmalloc.c \
        xmalloc.h
 
-acre_test_LDFLAGS=$$(pkg-config --libs pangocairo)
+acre_test_LDFLAGS=$$(pkg-config --libs pangocairo lcms)
 
-acre_test_CFLAGS=$$(pkg-config --cflags pangocairo) \
+acre_test_CFLAGS=$$(pkg-config --cflags pangocairo lcms) \
        -Wall -Wextra -Wpointer-arith -Wstrict-prototypes \
        -Wmissing-prototypes -Wmissing-declarations \
        -Wnested-externs -Wno-unused-parameter