]> granicus.if.org Git - graphviz/commitdiff
diffimg: autotools: add 'lib' to include directories
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 17 Jan 2022 07:07:40 +0000 (08:07 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 31 Jan 2022 07:26:19 +0000 (08:26 +0100)
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

index 772925d4a61609f760d74491467803d601505ee8..c26efa75e55e50f96df70e84252534a83e1acada 100644 (file)
@@ -2,7 +2,9 @@
 
 VERSION=0.2
 
-AM_CPPFLAGS = @GDLIB_CFLAGS@
+AM_CPPFLAGS = \
+       @GDLIB_CFLAGS@ \
+       -I$(top_srcdir)/lib
 
 pdfdir = $(pkgdatadir)/doc/pdf