summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/Makefile.am
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-10-26 16:18:24 +0000
committerKarl Berry <karl@freefriends.org>2014-10-26 16:18:24 +0000
commita6eb3e7dd5d57b2333c11e6a82dfc36828cfe711 (patch)
tree9bd85426760270ad1357306403563562d5d0e4d8 /Build/source/libs/xpdf/Makefile.am
parent19822cd7eb0f5679833776e189e811be9a293fb8 (diff)
include Annot.cc in libxpdf.a, so Gfx.cc references resolve
git-svn-id: svn://tug.org/texlive/trunk@35443 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/Makefile.am')
-rw-r--r--Build/source/libs/xpdf/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/libs/xpdf/Makefile.am b/Build/source/libs/xpdf/Makefile.am
index 291bf90cd16..92c08ab2086 100644
--- a/Build/source/libs/xpdf/Makefile.am
+++ b/Build/source/libs/xpdf/Makefile.am
@@ -1,6 +1,6 @@
## Proxy Makefile.am to build xpdf for TeX Live.
##
-## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org>
##
## This file is free software; the copyright holder
## gives unlimited permission to copy and/or distribute it,
@@ -76,6 +76,7 @@ fofi_libfofi_a_sources = \
xpdf_libxpdf_a_sources = \
@XPDF_TREE@/xpdf/AcroForm.cc \
+ @XPDF_TREE@/xpdf/Annot.cc \
@XPDF_TREE@/xpdf/Array.cc \
@XPDF_TREE@/xpdf/BuiltinFont.cc \
@XPDF_TREE@/xpdf/BuiltinFontTables.cc \