-# Copyright (c) 2001-2010 IBM, Inc. and others
+# Copyright (C) 2016 and later: Unicode, Inc. and others.
+# License & terms of use: http://www.unicode.org/copyright.html#License
+#
+# Copyright (c) 2001-2011 IBM, Inc. and others
#
# File
# icu/source/samples/ufortune/resources/Makefile
# target file for resource bundle - this must be set, or 'make all' won't
# build any resources.
ifeq ($(RESMODE),dll)
-RESTARGET=lib$(RESNAME).$(SO)
+RESTARGET=lib$(RESNAME)*.$(SO)*
endif
ifeq ($(RESMODE),static)
RESTARGET=lib$(RESNAME).a