Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Makefile.am
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2003-05-25 13:34:01 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2003-05-25 13:34:01 (GMT)
commitef52d26f0772fa913097371f9f9896cd9f19593e (patch)
tree59b50b6ec5d5e83c5044a98a8efc3378894d5661 /pdf/xpdf/Makefile.am
parent1e29ffa9c742cce28c7212f04a765ff803569b98 (diff)
new test.
* xpdf/tests/test-pdf-loading.cc: new test. * xpdf/tests/Makefile.am (TESTS_NEEDING_PDFTEX): add test-pdf-loading. * xpdf/Makefile.am (libgpdf_a_SOURCES): move more files to the lib. * xpdf/gpdf-persist-stream.cc (gpdf_persist_stream_get_length): kill. (gpdf_persist_stream_delete_doc_and_stream): rename from delete_pdf_doc_full, simplify. (load_pdf_from_stream): make priv->pdf_stream local to this method, kill redundant test for catalog. * xpdf/gpdf-persist-stream.h (gpdf_persist_stream_get_length): kill. * xpdf/gpdf-control.cc (verb_FileProperties_cb): remove file size argument. * xpdf/nautilus-pdf-property-page.cc (gpdf_nautilus_property_page_set_uri): ditto. * xpdf/pdf-info-dict-util.cc (pdf_doc_process_properties): kill file size parameter. * xpdf/pdf-info-dict-util.h: ditto. * xpdf/pdf-properties-display.c: kill traces of the file size label.
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 66f4e6f..bf21a2b 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -117,25 +117,25 @@ common_sources = \
UTF8.h
libgpdf_a_SOURCES = \
+ BonoboStream.cc \
+ BonoboStream.h \
+ GnomeVFSStream.cc \
+ GnomeVFSStream.h \
gpdf-link-canvas-item.cc \
gpdf-link-canvas-item.h \
gpdf-links-canvas-layer.cc \
- gpdf-links-canvas-layer.h
+ gpdf-links-canvas-layer.h \
+ gpdf-persist-stream.cc \
+ gpdf-persist-stream.h
gnome_pdf_viewer_SOURCES = \
$(common_sources) \
- BonoboStream.cc \
- BonoboStream.h \
- GnomeVFSStream.cc \
- GnomeVFSStream.h \
GPOutputDev.cc \
GPOutputDev.h \
bonobo-application-x-pdf.cc \
gpdf-control.cc \
gpdf-control.h \
gpdf-g-switch.h \
- gpdf-persist-stream.cc \
- gpdf-persist-stream.h \
gpdf-stock-icons.c \
gpdf-stock-icons.h \
gpdf-util.h \