Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/Makefile.am
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2005-06-30 05:44:28 (GMT)
committer Jonathan Blandford <jrb@src.gnome.org>2005-06-30 05:44:28 (GMT)
commite93b3a265bbc02546d230204402e3f41e83d6ab5 (patch)
tree9a56861f73e0b9a523a2d8cba2d817318a639605 /backend/Makefile.am
parenta50ca0528a09e8e001c4600371048774e4029057 (diff)
Massive changes. We now support text selection of pdfs, and not just
Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com> * shell/*: * backend/ev-render-context.[ch]: * backend/ev-selection.[ch]: Massive changes. We now support text selection of pdfs, and not just rectangular selection. This is pretty broken still, but I want to get something into CVS.
Diffstat (limited to 'backend/Makefile.am')
-rw-r--r--backend/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/Makefile.am b/backend/Makefile.am
index b000dc4..8ce117d 100644
--- a/backend/Makefile.am
+++ b/backend/Makefile.am
@@ -30,6 +30,10 @@ libevbackend_la_SOURCES= \
ev-document-info.h \
ev-ps-exporter.c \
ev-ps-exporter.h \
+ ev-render-context.h \
+ ev-render-context.c \
+ ev-selection.h \
+ ev-selection.c \
ev-document-misc.h \
ev-document-misc.c \
$(NULL)