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 <Martin.Kretzschmar@inf.tu-dresden.de>2002-09-19 13:31:20 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-19 13:31:20 (GMT)
commite78daed2cf3d3968c2e128e1c720c8828f272a0b (patch)
treefb0cf088a88dbfb6f437a654940b2d7a4a30e3b0 /pdf/xpdf/Makefile.am
parent67a1e1efef665c652ff6d0bc25925bcd80757574 (diff)
move here from bonobo-application-x-pdf.cc
2002-09-01 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de> * xpdf/gpdf-embeddable.cc (gpdf_embeddable_view_factory): move here from bonobo-application-x-pdf.cc * xpdf/GOutputDev.cc (GOutputDev::drawLink): comment out for now. Segfaults. I don't understand this. * xpdf/bonobo-application-x-pdf.cc: move view_data_t related code ( except view_factory) to gpdf-embeddable-view.cc, remove lots of includes * xpdf/gpdf-embeddable-view.h: new files with new GPdfEmbeddableView class * xpdf/gpdf-embeddable-view.cc: * xpdf/gtkgesture.h: double include protection * xpdf/XOutputDev.h: add missing include "Object.h" * xpdf/GOutputDev.h: add missing include "Object.h"
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index c853aca..696281a 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -119,8 +119,10 @@ bonobo_application_x_pdf_SOURCES = \
GOutputDev.h \
bonobo-application-x-pdf.cc \
bonobo-application-x-pdf.h \
- gpdf-embeddable.h \
gpdf-embeddable.cc \
+ gpdf-embeddable.h \
+ gpdf-embeddable-view.cc \
+ gpdf-embeddable-view.h \
gpdf-util.h \
gtkgesture.c \
gtkgesture.h