From a95727b0bd1c3558a56f3b4e5c66d5cf0c3a676b Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 6 Mar 2009 15:24:00 +0000 Subject: [PATCH] Add missing .h file --- lib/ortho/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ortho/Makefile.am b/lib/ortho/Makefile.am index b3f9de4ca..55b0a618a 100644 --- a/lib/ortho/Makefile.am +++ b/lib/ortho/Makefile.am @@ -15,7 +15,7 @@ if WITH_ORTHO AM_CFLAGS = -D_BLD_gvc=1 endif -noinst_HEADERS = fPQ.h intset.h maze.h partition.h rawgraph.h sgraph.h structures.h trap.h +noinst_HEADERS = fPQ.h ortho.h intset.h maze.h partition.h rawgraph.h sgraph.h structures.h trap.h if WITH_ORTHO noinst_LTLIBRARIES = libortho_C.la -- 2.40.0