From: erg Date: Mon, 18 Jul 2005 15:59:43 +0000 (+0000) Subject: Add args.o to old common makefile. X-Git-Tag: LAST_LIBGRAPH~32^2~7416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=225dca163cfd33be33dee0b7b40e57293fb307e8;p=graphviz Add args.o to old common makefile. --- diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index d93a64c05..0ff5b8951 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -21,7 +21,7 @@ AWKDIR = $(ROOT)/awk HDRS = colortbl.h const.h globals.h macros.h render.h \ renderprocs.h types.h utils.h -OBJS = arrows.o gdusershape.o mapgen.o psgen.o svgusershape.o \ +OBJS = args.o arrows.o gdusershape.o mapgen.o psgen.o svgusershape.o \ colxlate.o globals.o mifgen.o psusershape.o timing.o \ diagen.o hpglgen.o mpgen.o routespl.o utils.o \ emit.o htmllex.o ns.o shapes.o vrmlgen.o xdgen.o \