From cc8b82a2e5aef0de6e608d2b978778c1a3fa272d Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 12 Nov 2009 02:26:54 +0000 Subject: [PATCH] Fix makefile to access include files in sfio and ast. --- cmd/smyrna/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.50.1