Index: source/common/Makefile.in |
diff --git a/source/common/Makefile.in b/source/common/Makefile.in |
index b187af675fd257f918929ebef2c44b2248b9abd9..59ffb7377d7d846aa5dea84c3f4f37bfe6922e8a 100644 |
--- a/source/common/Makefile.in |
+++ b/source/common/Makefile.in |
@@ -1,6 +1,8 @@ |
+# Copyright (C) 2016 and later: Unicode, Inc. and others. |
+# License & terms of use: http://www.unicode.org/copyright.html |
#****************************************************************************** |
# |
-# Copyright (C) 1999-2015, International Business Machines |
+# Copyright (C) 1999-2016, International Business Machines |
# Corporation and others. All Rights Reserved. |
# |
#****************************************************************************** |
@@ -78,14 +80,15 @@ endif |
LIBS = $(LIBICUDT) $(DEFAULT_LIBS) |
OBJECTS = errorcode.o putil.o umath.o utypes.o uinvchar.o umutex.o ucln_cmn.o \ |
-uinit.o uobject.o cmemory.o charstr.o \ |
+uinit.o uobject.o cmemory.o charstr.o cstr.o \ |
udata.o ucmndata.o udatamem.o umapfile.o udataswp.o ucol_swp.o utrace.o \ |
uhash.o uhash_us.o uenum.o ustrenum.o uvector.o ustack.o uvectr32.o uvectr64.o \ |
ucnv.o ucnv_bld.o ucnv_cnv.o ucnv_io.o ucnv_cb.o ucnv_err.o ucnvlat1.o \ |
ucnv_u7.o ucnv_u8.o ucnv_u16.o ucnv_u32.o ucnvscsu.o ucnvbocu.o \ |
ucnv_ext.o ucnvmbcs.o ucnv2022.o ucnvhz.o ucnv_lmb.o ucnvisci.o ucnvdisp.o ucnv_set.o ucnv_ct.o \ |
resource.o uresbund.o ures_cnv.o uresdata.o resbund.o resbund_cnv.o \ |
-messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdispnames.o loclikely.o locresdata.o \ |
+ucurr.o \ |
+messagepattern.o ucat.o locmap.o uloc.o locid.o locutil.o locavailable.o locdispnames.o locdspnm.o loclikely.o locresdata.o \ |
bytestream.o stringpiece.o \ |
stringtriebuilder.o bytestriebuilder.o \ |
bytestrie.o bytestrieiterator.o \ |
@@ -105,7 +108,8 @@ serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o \ |
uidna.o usprep.o uts46.o punycode.o \ |
util.o util_props.o parsepos.o locbased.o cwchar.o wintz.o dtintrv.o ucnvsel.o propsvec.o \ |
ulist.o uloc_tag.o icudataver.o icuplug.o listformatter.o ulistformatter.o \ |
-sharedobject.o simplepatternformatter.o unifiedcache.o uloc_keytype.o \ |
+sharedobject.o simpleformatter.o unifiedcache.o uloc_keytype.o \ |
+ubiditransform.o \ |
pluralmap.o |
## Header files to install |