X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=d17e7d93ca81ef9e4b0ca1ce17b92e414756f441;hb=473e49a97c96edf99c4adaca72b017b632eae7fb;hp=1d5beef2a8dabef652cc03c4e54fe8cc6cfa6a1f;hpb=939141f20d9b31b0ecb185eca495bbce958d8c99;p=acre diff --git a/Makefile b/Makefile index 1d5beef..d17e7d9 100644 --- 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