From d2a393b79c66645e97fbde76667ec0d259f89d9a Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 2 May 2008 10:03:52 +0000 Subject: [PATCH] I thought I fixed this once!!! Fix breakage caused by not distributing sfdp.h --- lib/sfdpgen/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sfdpgen/Makefile.am b/lib/sfdpgen/Makefile.am index e8e0363a2..57cf69d7b 100644 --- a/lib/sfdpgen/Makefile.am +++ b/lib/sfdpgen/Makefile.am @@ -13,7 +13,7 @@ AM_CPPFLAGS = \ noinst_HEADERS = SparseMatrix.h sfdpinternal.h spring_electrical.h \ LinkedList.h overlap.h red_black_tree.h sparse_solve.h post_process.h \ - QuadTree.h call_tri.h Multilevel.h + QuadTree.h call_tri.h Multilevel.h sfdp.h if WITH_SFDP noinst_LTLIBRARIES = libsfdpgen_C.la -- 2.50.0