diff options
author | Alejandro PiƱeiro <[email protected]> | 2014-03-11 17:51:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-27 10:13:51 +0100 |
commit | a7b2126e8cf9a082fa7f9190a840b638e0e872db (patch) | |
tree | 17c73f964bb78ee804c6fb0c491c6358f21ec9dc /libview/Makefile.am | |
parent | a1014378dda895fe5d06c364a0f65817bf04101d (diff) | |
download | atril-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.am | 2 |
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 \ |