From: erg Date: Thu, 28 Jul 2005 17:33:55 +0000 (+0000) Subject: Add necessary additional .h file to install X-Git-Tag: LAST_LIBGRAPH~32^2~7369 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b93ae1cd7a1dd2bebfe110a80a05b6d72cbc92f2;p=graphviz Add necessary additional .h file to install --- diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index 0ff5b8951..2dc624c1a 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -48,7 +48,7 @@ htmllex.o : htmllex.c install: libcommon.a $(MKPATH) $(INCDIR) - $(INSTALL) const.h globals.h macros.h render.h renderprocs.h types.h $(INCDIR) + $(INSTALL) const.h globals.h macros.h render.h renderprocs.h types.h utils.h $(INCDIR) $(MKPATH) $(LIBDIR) $(INSTALL) libcommon.a $(LIBDIR)