summaryrefslogtreecommitdiff
path: root/Build/source/libs/xpdf/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-23 06:21:38 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-07-23 06:21:38 +0000
commit6750325fc7125012ebb5f155d1660deee9bef33f (patch)
tree8d983064ddb834284aef6ca5092cd31b983963f6 /Build/source/libs/xpdf/Makefile.am
parentb6da19e25361c2e81c9cabad78ef94b1c22d83fd (diff)
xpdf, poppler: Do not compile PSOutputDev.cc -- unused by {pdf,lua,Xe}TeX
git-svn-id: svn://tug.org/texlive/trunk@27101 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, 1 insertions, 2 deletions
diff --git a/Build/source/libs/xpdf/Makefile.am b/Build/source/libs/xpdf/Makefile.am
index 103ec6e05f9..c4c3cedaee9 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-2011 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,
@@ -107,7 +107,6 @@ xpdf_libxpdf_a_sources = \
$(XPDF_SRC)/OutputDev.cc \
$(XPDF_SRC)/PDFDoc.cc \
$(XPDF_SRC)/PDFDocEncoding.cc \
- $(XPDF_SRC)/PSOutputDev.cc \
$(XPDF_SRC)/PSTokenizer.cc \
$(XPDF_SRC)/Page.cc \
$(XPDF_SRC)/Parser.cc \