diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/icudefs.mk.in')
-rw-r--r-- | Build/source/libs/icu-xetex/icudefs.mk.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/icudefs.mk.in b/Build/source/libs/icu-xetex/icudefs.mk.in index 14a852ccc70..674780bbc53 100644 --- a/Build/source/libs/icu-xetex/icudefs.mk.in +++ b/Build/source/libs/icu-xetex/icudefs.mk.in @@ -155,6 +155,7 @@ LDLIBRARYPATH_ENVVAR = LD_LIBRARY_PATH # Versioned target for a shared library. FINAL_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION) MIDDLE_SO_TARGET = $(SO_TARGET).$(SO_TARGET_VERSION_MAJOR) +SHARED_OBJECT = $(FINAL_SO_TARGET) ## How ICU libraries are named... ex. $(LIBICU)uc$(SO) # Prefix for the ICU library names @@ -173,6 +174,7 @@ endif STATIC_PREFIX = s LIBSICU = $(LIBPREFIX)$(STATIC_PREFIX)$(ICUPREFIX) A = a +SOBJ = $(SO) # Force removal [for make clean] RMV = rm -rf |