summaryrefslogtreecommitdiff
path: root/poppler/Makefile.am
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-04-25 19:59:09 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-04-25 19:59:09 +0000
commitbf7e0e980bf29994021cb1228f89f582adddf284 (patch)
treecec237ed204ceb988a6e74209c8beb2167a898fa /poppler/Makefile.am
parentba74bb3b0632593d1937911d73709fc870480efd (diff)
Merge xpdf302branch in HEAD as noone vetoed it.
Testing more than welcome
Diffstat (limited to 'poppler/Makefile.am')
-rw-r--r--poppler/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/poppler/Makefile.am b/poppler/Makefile.am
index aa866023..9495c673 100644
--- a/poppler/Makefile.am
+++ b/poppler/Makefile.am
@@ -154,6 +154,7 @@ poppler_include_HEADERS = \
PDFDoc.h \
PDFDocEncoding.h \
ProfileData.h \
+ PreScanOutputDev.h \
PSTokenizer.h \
Stream-CCITT.h \
Stream.h \
@@ -171,7 +172,6 @@ poppler_include_HEADERS = \
PSOutputDev.h \
TextOutputDev.h \
SecurityHandler.h \
- UGooString.h \
UTF8.h \
XpdfPluginAPI.h \
Sound.h \
@@ -218,6 +218,7 @@ libpoppler_la_SOURCES = \
PDFDoc.cc \
PDFDocEncoding.cc \
ProfileData.cc \
+ PreScanOutputDev.cc \
PSTokenizer.cc \
Stream.cc \
UnicodeMap.cc \
@@ -228,7 +229,6 @@ libpoppler_la_SOURCES = \
PageLabelInfo.h \
PageLabelInfo.cc \
SecurityHandler.cc \
- UGooString.cc \
Sound.cc \
XpdfPluginAPI.cc