From 9e8854cf61b045eaa31e599974f8156a42bc103d Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 17 Jan 2022 08:07:40 +0100 Subject: [PATCH] diffimg: autotools: add 'lib' to include directories An upcoming commit need this in order to be able to add an include of cgraph/exit.h. Towards https://gitlab.com/graphviz/graphviz/-/issues/2178. --- contrib/diffimg/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/diffimg/Makefile.am b/contrib/diffimg/Makefile.am index 772925d4a..c26efa75e 100644 --- a/contrib/diffimg/Makefile.am +++ b/contrib/diffimg/Makefile.am @@ -2,7 +2,9 @@ VERSION=0.2 -AM_CPPFLAGS = @GDLIB_CFLAGS@ +AM_CPPFLAGS = \ + @GDLIB_CFLAGS@ \ + -I$(top_srcdir)/lib pdfdir = $(pkgdatadir)/doc/pdf -- 2.40.0