]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/extra/uconv/Makefile.in
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / extra / uconv / Makefile.in
index e8cd6cf7e66a824b0986a81aa4eff96491946762..b6144619d00a7fa4b3d0c943ff16b3f498c6071e 100644 (file)
@@ -1,3 +1,5 @@
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
 ## ******************************************************************************
 ## *
 ## *   Copyright (C) 1999-2014, International Business Machines
@@ -42,7 +44,7 @@ CLEANFILES = *~ $(DEPS) $(ALL_MAN_FILES)
 ## Target information
 TARGET = $(BINDIR)/$(TARGET_STUB_NAME)$(EXEEXT)
 
-CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
+CPPFLAGS += -I$(srcdir) -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(srcdir)/../toolutil
 CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT=explicit -DUNISTR_FROM_STRING_EXPLICIT=explicit
 LIBS = $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)