From 0b91aedb04604b13703c1981e8a385628cfc3bff Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Fri, 16 May 2008 04:11:59 +0000 Subject: [PATCH] ICU-6277 install layoutex/layout/playout.h and layoutex/layout/plruns.h X-SVN-Rev: 23910 --- icu4c/source/layoutex/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/layoutex/Makefile.in b/icu4c/source/layoutex/Makefile.in index 0d5329ffce7..71e37f64503 100644 --- a/icu4c/source/layoutex/Makefile.in +++ b/icu4c/source/layoutex/Makefile.in @@ -1,6 +1,6 @@ #****************************************************************************** # -# Copyright (C) 1999-2007, International Business Machines +# Copyright (C) 1999-2008, International Business Machines # Corporation and others. All Rights Reserved. # #****************************************************************************** @@ -67,7 +67,7 @@ playout.o \ plruns.o ## Header files to install -HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h +HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h $(srcdir)/layout/plruns.h STATIC_OBJECTS = $(OBJECTS:.o=.$(STATIC_O))