diff options
Diffstat (limited to 'Build/source/libs/harfbuzz/include/Makefile.am')
-rw-r--r-- | Build/source/libs/harfbuzz/include/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/harfbuzz/include/Makefile.am b/Build/source/libs/harfbuzz/include/Makefile.am index 87ca20a52dd..5e2c07bf7a4 100644 --- a/Build/source/libs/harfbuzz/include/Makefile.am +++ b/Build/source/libs/harfbuzz/include/Makefile.am @@ -1,6 +1,6 @@ ## Proxy Makefile.am to install harfbuzz headers for TeX Live. ## -## Copyright (C) 2012-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2012-2014 Peter Breitenlohner <tex-live@tug.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, @@ -28,6 +28,7 @@ hdr_links = \ hdr_links += \ $(HARFBUZZ_SRC)/hb-ot.h \ $(HARFBUZZ_SRC)/hb-ot-layout.h \ + $(HARFBUZZ_SRC)/hb-ot-shape.h \ $(HARFBUZZ_SRC)/hb-ot-tag.h ## ICU library |