]> git.cworth.org Git - acre/blobdiff - Makefile
Draw title and axis labels with pango
[acre] / Makefile
index fcbe7ae3cbfb5ce67d1f483051f5525a11d63667..1d5beef2a8dabef652cc03c4e54fe8cc6cfa6a1f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,9 @@ acre_test_SOURCES = \
        xmalloc.c \
        xmalloc.h
 
-acre_test_LDFLAGS=$$(pkg-config --libs cairo)
+acre_test_LDFLAGS=$$(pkg-config --libs pangocairo)
 
-acre_test_CFLAGS=$$(pkg-config --cflags cairo) \
+acre_test_CFLAGS=$$(pkg-config --cflags pangocairo) \
        -Wall -Wextra -Wpointer-arith -Wstrict-prototypes \
        -Wmissing-prototypes -Wmissing-declarations \
        -Wnested-externs -Wno-unused-parameter