]> granicus.if.org Git - graphviz/commitdiff
SparseMatrix.h is not a system lib
authorellson <devnull@localhost>
Tue, 9 Dec 2008 15:24:55 +0000 (15:24 +0000)
committerellson <devnull@localhost>
Tue, 9 Dec 2008 15:24:55 +0000 (15:24 +0000)
lib/neatogen/Makefile.am
lib/neatogen/adjust.h

index ea871dce5590b3ede56971eed8a02dd28ef2e820..5cd6c9f2d6cf1af2e4d4bdf413e02a2c702aa828 100644 (file)
@@ -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)
 
index 95031d9a306b8699c76acbca413f2ef75df36013..6ad7d9026ce4fd6459f2f764281f173b57b9b508 100644 (file)
@@ -23,8 +23,8 @@
 extern "C" {
 #endif
 
-#include <geom.h>
-#include <SparseMatrix.h>
+#include "geom.h"
+#include "SparseMatrix.h"
 
 #define DFLT_MARGIN     4   /* 4 points */