From: erg Date: Fri, 6 Mar 2009 15:24:00 +0000 (+0000) Subject: Add missing .h file X-Git-Tag: LAST_LIBGRAPH~32^2~2316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a95727b0bd1c3558a56f3b4e5c66d5cf0c3a676b;p=graphviz Add missing .h file --- 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