]> granicus.if.org Git - graphviz/commitdiff
Add necessary additional .h file to install
authorerg <devnull@localhost>
Thu, 28 Jul 2005 17:33:55 +0000 (17:33 +0000)
committererg <devnull@localhost>
Thu, 28 Jul 2005 17:33:55 +0000 (17:33 +0000)
lib/common/Makefile.old

index 0ff5b89518e2b0dd7b31deb9a72894a8e03cd830..2dc624c1a8eac80610d72e15280ebac654164b0a 100644 (file)
@@ -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)