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 Garnacho <carlosg@gnome.org>2008-01-04 20:25:40 (GMT)
committer Carlos Garnacho <carlosg@src.gnome.org>2008-01-04 20:25:40 (GMT)
commitf792ebcef8eab6e0b8fc5ff185851d038afbab56 (patch)
treeed61f397c37659442edfda0da77161c1441d9512 /libdocument/Makefile.am
parentfaed7c8e57a32ebdc100e18472c3b1787fa25401 (diff)
New files, define a page transition effect, at the moment it maps
2008-01-04 Carlos Garnacho <carlosg@gnome.org> * libdocument/ev-transition-effect.[ch]: New files, define a page transition effect, at the moment it maps PopplerPageTransition to a GObject. * libdocument/Makefile.am: Added these files to build. * libdocument/ev-document-transition.[ch] (ev_document_transition_get_effect): New method, gets the EvTransitionEffect returned by the interface implementation, with fallback to the "replace" effect. svn path=/trunk/; revision=2796
Diffstat (limited to 'libdocument/Makefile.am')
-rw-r--r--libdocument/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am
index d6e0c56..a00eeae 100644
--- a/libdocument/Makefile.am
+++ b/libdocument/Makefile.am
@@ -39,7 +39,8 @@ INST_H_FILES = \
ev-link-dest.h \
ev-link.h \
ev-render-context.h \
- ev-selection.h
+ ev-selection.h \
+ ev-transition-effect.h
headerdir = $(prefix)/include/evince-@EV_API_VERSION@/evince
header_DATA = $(INST_H_FILES)
@@ -69,6 +70,7 @@ libevbackend_la_SOURCES= \
ev-module.c \
ev-render-context.c \
ev-selection.c \
+ ev-transition-effect.c \
ev-document-misc.c \
$(NOINST_H_FILES) \
$(INST_H_FILES)