From d6a70b7e071faa7ea1c89eb20dbc074fb0e21c94 Mon Sep 17 00:00:00 2001 From: Tiago de Paula Peixoto Date: Sat, 9 Jul 2011 01:29:07 +0200 Subject: [PATCH] Remove non-existing fruchterman-reingold workaround from Makefile.am --- src/graph/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graph/Makefile.am b/src/graph/Makefile.am index 9abff438..ab239cc8 100644 --- a/src/graph/Makefile.am +++ b/src/graph/Makefile.am @@ -38,7 +38,6 @@ libgraph_tool_core_la_SOURCES = \ ../boost-workaround/boost/graph/betweenness_centrality.hpp\ ../boost-workaround/boost/graph/overloading.hpp\ ../boost-workaround/boost/graph/isomorphism.hpp\ - ../boost-workaround/boost/graph/fruchterman_reingold.hpp\ ../boost-workaround/boost/graph/kamada_kawai_spring_layout.hpp\ ../boost-workaround/boost/graph/push_relabel_max_flow.hpp -- GitLab