From e38b3acf50a127bbe50e8a53e405f0f13740e230 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 5 Mar 2017 19:29:14 +0100 Subject: libview: Implement AtkHypertext interface https://bugzilla.gnome.org/show_bug.cgi?id=639403 taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=6c1d1a2 --- libview/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libview/Makefile.am') diff --git a/libview/Makefile.am b/libview/Makefile.am index 252f9f0e..042016e2 100644 --- a/libview/Makefile.am +++ b/libview/Makefile.am @@ -1,7 +1,8 @@ lib_LTLIBRARIES = libatrilview.la NOINST_H_FILES = \ - ev-annotation-window.h \ + ev-annotation-window.h \ + ev-link-accessible.h \ ev-loading-window.h \ ev-page-cache.h \ ev-pixbuf-cache.h \ @@ -35,6 +36,7 @@ libatrilview_la_SOURCES = \ ev-loading-window.c \ ev-jobs.c \ ev-job-scheduler.c \ + ev-link-accessible.c \ ev-page-cache.c \ ev-pixbuf-cache.c \ ev-print-operation.c \ -- cgit v1.2.1