]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/pkgdata/Makefile.in
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / tools / pkgdata / Makefile.in
index 04fe636e0d1c69b70c2a448836a4dbfd32dd0b78..13e12897e4ba90f0fc9bd71392a5e65a9662b5e6 100644 (file)
@@ -1,4 +1,6 @@
 ## Makefile.in for ICU - tools/pkgdata
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
 ## Copyright (c) 1999-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 ## Steven R. Loomis
@@ -30,7 +32,7 @@ endif
 ## Target information
 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
 
-CPPFLAGS += -I$(top_srcdir)/common -I$(srcdir)/../toolutil
+CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(srcdir)/../toolutil
 DEFS += -DUDATA_SO_SUFFIX=\".$(SO)\" -DSTATIC_O=\"$(STATIC_O)\"
 LIBS = $(LIBICUTOOLUTIL) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)