From: Magnus Jacobsson Date: Mon, 17 Jan 2022 22:02:03 +0000 (+0100) Subject: lneato: autotools: add 'lib' to include directories X-Git-Tag: 3.0.0~50^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac1fd7e3551455287a57ffaf9da8a015d85fafa4;p=graphviz lneato: 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. --- diff --git a/cmd/lneato/Makefile.am b/cmd/lneato/Makefile.am index 04a0ca86f..fdd66e972 100644 --- a/cmd/lneato/Makefile.am +++ b/cmd/lneato/Makefile.am @@ -23,6 +23,9 @@ else pdf = endif +AM_CPPFLAGS = \ + -I$(top_srcdir)/lib + AM_CFLAGS = -DLNEATO if WITH_WIN32 lneato_SOURCES = ${top_srcdir}/cmd/dotty/mswin32/dotty.c