X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile;h=a14d677174f67aec9d5bc08cf96c1eab15c4ef50;hb=e16eba9eb0f745f38b4449a4fa6313abfc6f27b4;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