From d0f1a428a75c37aa6ca4716774f5b7860459aca5 Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Thu, 31 Mar 2005 19:15:57 +0000 Subject: [PATCH] ICU-4466 Add uciter8 sample. X-SVN-Rev: 17431 --- icu4c/source/samples/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/samples/Makefile.in b/icu4c/source/samples/Makefile.in index bd7080314b7..83d3340a1bb 100644 --- a/icu4c/source/samples/Makefile.in +++ b/icu4c/source/samples/Makefile.in @@ -1,5 +1,5 @@ ## Makefile.in for ICU samples -## Copyright (c) 1999-2003, International Business Machines Corporation and +## Copyright (c) 1999-2005, International Business Machines Corporation and ## others. All Rights Reserved. ## Install directory information @@ -20,7 +20,7 @@ include @platform_make_fragment@ CLEANFILES = *~ SUBDIRS = date cal -ALLSUBDIRS = break case datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer +ALLSUBDIRS = break case datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustring citer uciter8 ## List of phony targets .PHONY : all all-local all-recursive install install-local \