Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-05-27 17:43:17 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-05-27 17:43:17 (GMT)
commit6213f5b03d5d21c7609db00156b2725290d44167 (patch)
tree42fa018f162593ecd8213d2a05ae586eaa1d98db
parentef52d26f0772fa913097371f9f9896cd9f19593e (diff)
add tests for GPdfPersistFile.
* xpdf/tests/test-pdf-loading.cc: add tests for GPdfPersistFile. * xpdf/gpdf-persist-stream.h: no need to include BonoboStream.h. * xpdf/gpdf-persist-file.h, xpdf/gpdf-persist-file.cc: new class, implements the PersistFile interface. * xpdf/Makefile.am (libgpdf_a_SOURCES): add gpdf-persist-file.cc, gpdf-persist-file.h. * xpdf/gpdf-control.cc: reorder includes.
-rw-r--r--pdf/xpdf/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index bf21a2b..f0b2d01 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -125,6 +125,8 @@ libgpdf_a_SOURCES = \
gpdf-link-canvas-item.h \
gpdf-links-canvas-layer.cc \
gpdf-links-canvas-layer.h \
+ gpdf-persist-file.cc \
+ gpdf-persist-file.h \
gpdf-persist-stream.cc \
gpdf-persist-stream.h