diff options
Diffstat (limited to 'Build/source/libs/cairo/Makefile.am')
-rw-r--r-- | Build/source/libs/cairo/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/libs/cairo/Makefile.am b/Build/source/libs/cairo/Makefile.am index 0ba37595038..42c0ecefd00 100644 --- a/Build/source/libs/cairo/Makefile.am +++ b/Build/source/libs/cairo/Makefile.am @@ -1,7 +1,8 @@ ## Proxy Makefile.am to build cairo for TeX Live. ## -## Copyright (C) 2012 Taco Hoekwater <taco@metatex.org> +## Copyright (C) 2016 Karl Berry <tex-live@tug.org> ## Copyright (C) 2013-2015 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2012 Taco Hoekwater <taco@metatex.org> ## ## This file is free software; the copyright holder ## gives unlimited permission to copy and/or distribute it, @@ -13,7 +14,7 @@ EXTRA_DIST = $(CAIRO_TREE) ## Changes applied to the original source tree ## -EXTRA_DIST += $(CAIRO_TREE)-PATCHES +EXTRA_DIST += cairo-PATCHES CAIRO_SRC = $(CAIRO_TREE)/src |