From c4c7802fa045fe18a22bfea6d9ababb9abe163cc Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 3 Aug 2023 16:55:31 -0400 Subject: [PATCH] Makefile.am: use "CFLAGS" from pkg-config. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index e27988d..c9717c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ bin_PROGRAMS = example +example_CPPFLAGS = $(LIBSVGTINY_CFLAGS) $(CAIRO_CFLAGS) example_LDADD = $(LIBSVGTINY_LIBS) $(CAIRO_LIBS) example_SOURCES = example.c -- 2.43.2