From 6473980b44cbb959c1eadf0ce1549837b645318d Mon Sep 17 00:00:00 2001 From: Joanmarie Diggs Date: Mon, 23 Jun 2014 12:06:46 -0400 Subject: 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 --- libview/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libview/Makefile.am') 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 \ -- cgit v1.2.1