From: erg Date: Thu, 12 Nov 2009 02:26:54 +0000 (+0000) Subject: Fix makefile to access include files in sfio and ast. X-Git-Tag: LAST_LIBGRAPH~32^2~1570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc8b82a2e5aef0de6e608d2b978778c1a3fa272d;p=graphviz Fix makefile to access include files in sfio and ast. --- diff --git a/cmd/smyrna/Makefile.am b/cmd/smyrna/Makefile.am index 601cbfe0a..da47712bd 100644 --- a/cmd/smyrna/Makefile.am +++ b/cmd/smyrna/Makefile.am @@ -7,6 +7,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/utilities \ -I$(top_srcdir)/lib/xdot \ -I$(top_srcdir)/lib/glcomp \ + -I$(top_srcdir)/lib/ast \ + -I$(top_srcdir)/lib/sfio \ -I$(top_srcdir)/lib/neatogen \ -I$(top_srcdir)/lib/topfish \ -I$(top_srcdir)/lib/gvpr \