Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-05-17 14:25:08 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-05-17 14:40:31 (GMT)
commit361706c42c9eccd5d86211c8f3bcfd93441d5908 (patch)
tree830baa5e36f3a4db70f376c17bfe025b598fda8f /libdocument/Makefile.am
parent418246aaa10bc512aa310cb3b3aa82b6c4aeb13b (diff)
[libdocument] Add EvDocumentPrint interface
It allows rendering pages into a cairo context.
Diffstat (limited to 'libdocument/Makefile.am')
-rw-r--r--libdocument/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index 1597c72..ef5876f 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -22,6 +22,7 @@ INST_H_FILES = \
ev-document-layers.h \
ev-document-links.h \
ev-document-misc.h \
+ ev-document-print.h \
ev-document-security.h \
ev-document-thumbnails.h \
ev-document-transition.h \
@@ -63,6 +64,7 @@ libevdocument_la_SOURCES= \
ev-document-layers.c \
ev-document-links.c \
ev-document-images.c \
+ ev-document-print.c \
ev-document-security.c \
ev-document-find.c \
ev-document-transition.c \