diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-23 06:21:38 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-23 06:21:38 +0000 |
commit | 6750325fc7125012ebb5f155d1660deee9bef33f (patch) | |
tree | 8d983064ddb834284aef6ca5092cd31b983963f6 /Build/source/libs/poppler/Makefile.am | |
parent | b6da19e25361c2e81c9cabad78ef94b1c22d83fd (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/poppler/Makefile.am')
-rw-r--r-- | Build/source/libs/poppler/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/libs/poppler/Makefile.am b/Build/source/libs/poppler/Makefile.am index 69bd04738a4..7888ef913cb 100644 --- a/Build/source/libs/poppler/Makefile.am +++ b/Build/source/libs/poppler/Makefile.am @@ -99,7 +99,6 @@ poppler_libpoppler_a_sources = \ $(POPPLER_SRC)/OutputDev.cc \ $(POPPLER_SRC)/PDFDoc.cc \ $(POPPLER_SRC)/PDFDocEncoding.cc \ - $(POPPLER_SRC)/PSOutputDev.cc \ $(POPPLER_SRC)/PSTokenizer.cc \ $(POPPLER_SRC)/Page.cc \ $(POPPLER_SRC)/PageLabelInfo.cc \ |