diff options
Diffstat (limited to 'Build/source/libs/xpdf/splash/Makefile.am')
-rw-r--r-- | Build/source/libs/xpdf/splash/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/libs/xpdf/splash/Makefile.am b/Build/source/libs/xpdf/splash/Makefile.am index 26355a33ae5..4c7d5029d0b 100644 --- a/Build/source/libs/xpdf/splash/Makefile.am +++ b/Build/source/libs/xpdf/splash/Makefile.am @@ -1,12 +1,12 @@ ## Proxy Makefile.am to build xpdf Xpdf library 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. ## -SRCDIR = $(top_srcdir)/$(XPDF_TREE)/splash +hdr_links = $(top_srcdir)/$(XPDF_TREE)/splash/*.h -include $(top_srcdir)/hdrs.am +include $(top_srcdir)/../am/hdr_links.am |