diff --git a/icu4c/source/configure b/icu4c/source/configure index 10c10df132..813e709f3f 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -4024,6 +4024,7 @@ trap 'rm -fr `echo "README icudefs.mk \ test/collperf/Makefile \ test/thaitest/Makefile \ test/letest/Makefile \ + test/threadtest/Makefile \ samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile \ common/unicode/platform.h common/icucfg.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF @@ -4207,6 +4208,7 @@ CONFIG_FILES=\${CONFIG_FILES-"README icudefs.mk \ test/collperf/Makefile \ test/thaitest/Makefile \ test/letest/Makefile \ + test/threadtest/Makefile \ samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile \ common/unicode/platform.h"} EOF diff --git a/icu4c/source/configure.in b/icu4c/source/configure.in index e152a644b7..2f6e195a9d 100644 --- a/icu4c/source/configure.in +++ b/icu4c/source/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2000, International Business Machines Corporation and dnl others. All Rights Reserved. dnl Stephen F. Booth, heavily modified by Yves and others -dnl $Id: configure.in,v 1.159 2002/03/12 22:02:25 srl Exp $ +dnl $Id: configure.in,v 1.160 2002/03/13 21:44:34 aheninger-oss Exp $ dnl Process this file with autoconf to produce a configure script AC_INIT(common/unicode/utypes.h) @@ -936,6 +936,7 @@ AC_OUTPUT([README icudefs.mk \ test/collperf/Makefile \ test/thaitest/Makefile \ test/letest/Makefile \ + test/threadtest/Makefile \ samples/Makefile samples/date/Makefile samples/cal/Makefile samples/layout/Makefile \ common/unicode/platform.h]) diff --git a/icu4c/source/test/threadtest/Makefile.in b/icu4c/source/test/threadtest/Makefile.in index 714d80686b..b83bb74864 100644 --- a/icu4c/source/test/threadtest/Makefile.in +++ b/icu4c/source/test/threadtest/Makefile.in @@ -33,7 +33,7 @@ endif LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS) LIBS = $(LIBICUI18N) $(LIBICUUC) @LIBS@ @LIB_M@ -OBJECTS = threadtest.o +OBJECTS = threadtest.o stringtest.o converttest.o DEPS = $(OBJECTS:.o=.d)