summaryrefslogtreecommitdiff
path: root/libview/Makefile.am
diff options
context:
space:
mode:
authorAlejandro PiƱeiro <[email protected]>2014-03-11 17:51:27 +0100
committerraveit65 <[email protected]>2017-11-27 10:13:51 +0100
commita7b2126e8cf9a082fa7f9190a840b638e0e872db (patch)
tree17c73f964bb78ee804c6fb0c491c6358f21ec9dc /libview/Makefile.am
parenta1014378dda895fe5d06c364a0f65817bf04101d (diff)
downloadatril-a7b2126e8cf9a082fa7f9190a840b638e0e872db.tar.bz2
atril-a7b2126e8cf9a082fa7f9190a840b638e0e872db.tar.xz
a11y: new EvPageAccessible
Basic skeleton for a new accessible class, that represents each individual page. https://bugzilla.gnome.org/show_bug.cgi?id=724965 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=c489d3f
Diffstat (limited to 'libview/Makefile.am')
-rw-r--r--libview/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libview/Makefile.am b/libview/Makefile.am
index 042016e2..364f5d71 100644
--- a/libview/Makefile.am
+++ b/libview/Makefile.am
@@ -3,6 +3,7 @@ lib_LTLIBRARIES = libatrilview.la
NOINST_H_FILES = \
ev-annotation-window.h \
ev-link-accessible.h \
+ ev-page-accessible.h \
ev-loading-window.h \
ev-page-cache.h \
ev-pixbuf-cache.h \
@@ -37,6 +38,7 @@ libatrilview_la_SOURCES = \
ev-jobs.c \
ev-job-scheduler.c \
ev-link-accessible.c \
+ ev-page-accessible.c \
ev-page-cache.c \
ev-pixbuf-cache.c \
ev-print-operation.c \