From b93ae1cd7a1dd2bebfe110a80a05b6d72cbc92f2 Mon Sep 17 00:00:00 2001 From: erg Date: Thu, 28 Jul 2005 17:33:55 +0000 Subject: [PATCH] Add necessary additional .h file to install --- lib/common/Makefile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0