diff options
Diffstat (limited to 'Build/source/libs/icu/include/unicode/Makefile.am')
-rw-r--r-- | Build/source/libs/icu/include/unicode/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Build/source/libs/icu/include/unicode/Makefile.am b/Build/source/libs/icu/include/unicode/Makefile.am index 48d3d78df00..551cf5e211f 100644 --- a/Build/source/libs/icu/include/unicode/Makefile.am +++ b/Build/source/libs/icu/include/unicode/Makefile.am @@ -1,17 +1,20 @@ ## Proxy Makefile.am to install ICU headers for TeX Live. ## -## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2012 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, ## with or without modifications, as long as this notice is preserved. ## +ICU_BLD = $(top_builddir)/icu-build +ICU_SRC = $(top_srcdir)/$(ICU_TREE) + # ICU headers to be installed in include/unicode/ -ICU_HDRS = \ +hdr_links = \ $(ICU_BLD)/common/unicode/*.h \ $(ICU_SRC)/common/unicode/*.h \ $(ICU_SRC)/i18n/unicode/*.h \ $(ICU_SRC)/io/unicode/*.h -include $(top_srcdir)/hdrs.am +include $(top_srcdir)/../am/hdr_links.am |