From 73e548cdd564c6c2099ceafaa4019a7dbb188a30 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Fri, 23 Dec 2011 12:59:24 +0000 Subject: Generalise pdf_links to be fz_links. Move to a non-pdf specific type for links. PDF specific parsing is done in pdf_annots.c as before, but the essential type (and handling functions for that type) are in a new file fitz/base_link.c. The new type is more expressive than before; specifically all the possible PDF modes are expressable in it. Hopefully this should allow XPS links to be represented too. --- android/jni/Core.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'android/jni') diff --git a/android/jni/Core.mk b/android/jni/Core.mk index 259f0398..0ed43751 100644 --- a/android/jni/Core.mk +++ b/android/jni/Core.mk @@ -25,6 +25,7 @@ LOCAL_SRC_FILES := \ $(MY_ROOT)/fitz/base_geometry.c \ $(MY_ROOT)/fitz/base_getopt.c \ $(MY_ROOT)/fitz/base_hash.c \ + $(MY_ROOT)/fitz/base_link.c \ $(MY_ROOT)/fitz/base_memory.c \ $(MY_ROOT)/fitz/base_object.c \ $(MY_ROOT)/fitz/base_string.c \ -- cgit v1.2.3