]> gitweb.michael.orlitzky.com - libsvgtiny-pixbuf.git/commitdiff
Makefile.am: use "CFLAGS" from pkg-config.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Aug 2023 20:55:31 +0000 (16:55 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 3 Aug 2023 20:55:31 +0000 (16:55 -0400)
Makefile.am

index e27988dbba916af84a83bef015e944d78e8bde09..c9717c07c1980bc232dc3e4f8890dc2f726ae954 100644 (file)
@@ -1,3 +1,4 @@
 bin_PROGRAMS = example
+example_CPPFLAGS = $(LIBSVGTINY_CFLAGS) $(CAIRO_CFLAGS)
 example_LDADD = $(LIBSVGTINY_LIBS) $(CAIRO_LIBS)
 example_SOURCES = example.c