diff options
author | Joanmarie Diggs <[email protected]> | 2014-06-23 12:59:38 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-27 10:13:51 +0100 |
commit | fd9b18641b5ddda364aaca2bbba678f644554741 (patch) | |
tree | 7a12e55f3ae643fdfe0a0b1f534df6192e3afa20 /libview/Makefile.am | |
parent | 048d4d7ecbdea03efb4f7ef1d30d87b7be545822 (diff) | |
download | atril-fd9b18641b5ddda364aaca2bbba678f644554741.tar.bz2 atril-fd9b18641b5ddda364aaca2bbba678f644554741.tar.xz |
Expose images as AtkObject children of the page
https://bugzilla.gnome.org/show_bug.cgi?id=728475
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=aea890c
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 364f5d71..11eff3db 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -2,6 +2,7 @@ lib_LTLIBRARIES = libatrilview.la NOINST_H_FILES = \ ev-annotation-window.h \ + ev-image-accessible.h \ ev-link-accessible.h \ ev-page-accessible.h \ ev-loading-window.h \ @@ -34,6 +35,7 @@ header_DATA = $(INST_H_FILES) libatrilview_la_SOURCES = \ ev-annotation-window.c \ ev-document-model.c \ + ev-image-accessible.c \ ev-loading-window.c \ ev-jobs.c \ ev-job-scheduler.c \ |