X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=a14d677174f67aec9d5bc08cf96c1eab15c4ef50;hb=c6775537fa163275f3c2b46692d0c9d87e6aeb10;hp=1d5beef2a8dabef652cc03c4e54fe8cc6cfa6a1f;hpb=fb885ce6b3cdd5cde8b3c21821b49e2a82f6f11f;p=acre diff --git a/Makefile b/Makefile index 1d5beef..a14d677 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) -lm -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