From: erg Date: Thu, 30 Oct 2008 22:13:44 +0000 (+0000) Subject: Fix old makefiles X-Git-Tag: LAST_LIBGRAPH~32^2~2931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cce675940a48bef666ca6ba8099a0d65a6b517f;p=graphviz Fix old makefiles --- diff --git a/lib/dotgen/Makefile.old b/lib/dotgen/Makefile.old index 709f9ed70..ac9c302a3 100644 --- a/lib/dotgen/Makefile.old +++ b/lib/dotgen/Makefile.old @@ -15,7 +15,7 @@ DEFINES = -DHAVE_CONFIG_H OBJS = acyclic.o compound.o flat.o sameport.o class1.o conc.o \ position.o dotsplines.o class2.o decomp.o dotinit.o rank.o \ - cluster.o fastgr.o mincross.o + cluster.o fastgr.o mincross.o aspect.o HFILES = dot.h dotprocs.h diff --git a/lib/patchwork/Makefile.old b/lib/patchwork/Makefile.old index 1a1fc2f48..16ae0b24c 100644 --- a/lib/patchwork/Makefile.old +++ b/lib/patchwork/Makefile.old @@ -8,6 +8,7 @@ INCS = -I. -I$(ROOT) \ -I../neatogen \ -I../pack \ -I../gvc \ + -I../fdpgen \ -I../pathplan \ -I../graph \ -I../cdt \