diff options
author | Joanmarie Diggs <[email protected]> | 2014-06-23 12:06:46 -0400 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-27 10:13:51 +0100 |
commit | 6473980b44cbb959c1eadf0ce1549837b645318d (patch) | |
tree | 5a5f4fa4b89c3e30e121719cb695318a1281c854 /libview/Makefile.am | |
parent | fd9b18641b5ddda364aaca2bbba678f644554741 (diff) | |
download | atril-6473980b44cbb959c1eadf0ce1549837b645318d.tar.bz2 atril-6473980b44cbb959c1eadf0ce1549837b645318d.tar.xz |
Expose form fields 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=d707486
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 11eff3db..855a1f20 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-form-field-accessible.h \ ev-image-accessible.h \ ev-link-accessible.h \ ev-page-accessible.h \ @@ -35,6 +36,7 @@ header_DATA = $(INST_H_FILES) libatrilview_la_SOURCES = \ ev-annotation-window.c \ ev-document-model.c \ + ev-form-field-accessible.c \ ev-image-accessible.c \ ev-loading-window.c \ ev-jobs.c \ |