summaryrefslogtreecommitdiff
path: root/Build/source/libs/poppler/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-08 10:30:01 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-10-08 10:30:01 +0000
commit43d1252b0237bcc6ddfc784fd75075ed674c2c70 (patch)
tree659695c886887653dbcff8415501f2b88c9171e8 /Build/source/libs/poppler/Makefile.am
parent9d186ed8be36222a9f91b2b08b715442790f22ab (diff)
poppler 0.18.0
git-svn-id: svn://tug.org/texlive/trunk@24242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/poppler/Makefile.am')
-rw-r--r--Build/source/libs/poppler/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/libs/poppler/Makefile.am b/Build/source/libs/poppler/Makefile.am
index 6cb693975e9..fad9ccd569b 100644
--- a/Build/source/libs/poppler/Makefile.am
+++ b/Build/source/libs/poppler/Makefile.am
@@ -66,6 +66,7 @@ poppler_libpoppler_a_sources = \
$(POPPLER_SRC)/BuiltinFont.cc \
$(POPPLER_SRC)/BuiltinFontTables.cc \
$(POPPLER_SRC)/CMap.cc \
+ $(POPPLER_SRC)/CachedFile.cc \
$(POPPLER_SRC)/Catalog.cc \
$(POPPLER_SRC)/CharCodeToUnicode.cc \
$(POPPLER_SRC)/DateInfo.cc \
@@ -82,9 +83,11 @@ poppler_libpoppler_a_sources = \
$(POPPLER_SRC)/GfxFont.cc \
$(POPPLER_SRC)/GfxState.cc \
$(POPPLER_SRC)/GlobalParams.cc \
+ $(POPPLER_SRC)/Hints.cc \
$(POPPLER_SRC)/JArithmeticDecoder.cc \
$(POPPLER_SRC)/JBIG2Stream.cc \
$(POPPLER_SRC)/JPXStream.cc \
+ $(POPPLER_SRC)/Linearization.cc \
$(POPPLER_SRC)/Lexer.cc \
$(POPPLER_SRC)/Link.cc \
$(POPPLER_SRC)/Movie.cc \
@@ -104,11 +107,14 @@ poppler_libpoppler_a_sources = \
$(POPPLER_SRC)/PopplerCache.cc \
$(POPPLER_SRC)/PreScanOutputDev.cc \
$(POPPLER_SRC)/ProfileData.cc \
+ $(POPPLER_SRC)/Rendition.cc \
$(POPPLER_SRC)/SecurityHandler.cc \
$(POPPLER_SRC)/Sound.cc \
$(POPPLER_SRC)/Stream.cc \
+ $(POPPLER_SRC)/strtok_r.cpp \
$(POPPLER_SRC)/UnicodeMap.cc \
$(POPPLER_SRC)/UnicodeTypeTable.cc \
+ $(POPPLER_SRC)/ViewerPreferences.cc \
$(POPPLER_SRC)/XRef.cc \
$(POPPLER_SRC)/XpdfPluginAPI.cc