]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/defs.mk
ICU-64243.0.1.tar.gz
[apple/icu.git] / icuSources / samples / defs.mk
index 5e50fdd086a5a4ec100bf9bfe5cfcf25ae6f1646..316f1d74e99a1b1bf0c733a1b7a467d3c3ad7785 100644 (file)
@@ -1,4 +1,7 @@
-# Copyright (c) 2002-2011 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) 2002-2012 IBM, Inc. and others
 # Sample code makefile definitions 
 
 CLEANFILES=*~ $(TARGET).out
@@ -10,7 +13,7 @@ CXX=$(shell icu-config --cxx)
 CPPFLAGS=$(shell icu-config --cppflags)
 CFLAGS=$(shell icu-config --cflags)
 CXXFLAGS=$(shell icu-config --cxxflags)
-LDFLAGS =$(shell icu-config --ldflags)
+LDFLAGS =$^ $(shell icu-config --ldflags)
 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
 INVOKE=$(shell icu-config --invoke)
 GENRB=$(shell icu-config --invoke=genrb)