From 1e13fb27194afee6241baad8c2a098e4c1fadb9b Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 9 Dec 2008 15:24:55 +0000 Subject: [PATCH] SparseMatrix.h is not a system lib --- lib/neatogen/Makefile.am | 4 ++-- lib/neatogen/adjust.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/neatogen/Makefile.am b/lib/neatogen/Makefile.am index ea871dce5..5cd6c9f2d 100644 --- a/lib/neatogen/Makefile.am +++ b/lib/neatogen/Makefile.am @@ -15,8 +15,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/ortho \ -I$(top_srcdir)/lib/pathplan \ -I$(top_srcdir)/lib/$(GRAPH) \ - -I$(top_srcdir)/lib/sparse \ - -I$(top_srcdir)/lib/rbtree \ + -I$(top_srcdir)/lib/sparse \ + -I$(top_srcdir)/lib/rbtree \ -I$(top_srcdir)/lib/sfdpgen \ -I$(top_srcdir)/lib/cdt $(IPSEPCOLA_INCLUDES) $(GTS_CFLAGS) diff --git a/lib/neatogen/adjust.h b/lib/neatogen/adjust.h index 95031d9a3..6ad7d9026 100644 --- a/lib/neatogen/adjust.h +++ b/lib/neatogen/adjust.h @@ -23,8 +23,8 @@ extern "C" { #endif -#include -#include +#include "geom.h" +#include "SparseMatrix.h" #define DFLT_MARGIN 4 /* 4 points */ -- 2.40.0