]> granicus.if.org Git - graphviz/commitdiff
lneato: autotools: add 'lib' to include directories
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 17 Jan 2022 22:02:03 +0000 (23:02 +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.

cmd/lneato/Makefile.am

index 04a0ca86fa5aa29b15c45f3fb6dcffab2561dd43..fdd66e972af70f6ab17b57ff18bd3762cbe87c29 100644 (file)
@@ -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