summaryrefslogtreecommitdiff
path: root/platform/android
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2015-07-20 16:21:37 +0100
committerRobin Watts <robin.watts@artifex.com>2015-07-20 17:19:00 +0100
commit3b5e21be58ae1fda85c3573adf5b7d25c71dfe0d (patch)
tree4447435314a3baf971431eadcdfa569549a7b6ba /platform/android
parent08cf4d8a9353b6bb938492cb9e7c3d1ba4aabf08 (diff)
downloadmupdf-3b5e21be58ae1fda85c3573adf5b7d25c71dfe0d.tar.xz
First cut at gprf document handler.
Doesn't actually trigger generation from ghostscript, or load images from files generated by ghostscript yet.
Diffstat (limited to 'platform/android')
-rw-r--r--platform/android/jni/Core.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/android/jni/Core.mk b/platform/android/jni/Core.mk
index c1eb07dc..70ba5938 100644
--- a/platform/android/jni/Core.mk
+++ b/platform/android/jni/Core.mk
@@ -51,7 +51,8 @@ LOCAL_SRC_FILES := \
$(wildcard $(MY_ROOT)/source/pdf/*.c) \
$(wildcard $(MY_ROOT)/source/xps/*.c) \
$(wildcard $(MY_ROOT)/source/cbz/*.c) \
- $(wildcard $(MY_ROOT)/source/html/*.c)
+ $(wildcard $(MY_ROOT)/source/html/*.c) \
+ $(wildcard $(MY_ROOT)/source/gprf/*.c)
LOCAL_SRC_FILES += \
$(MY_ROOT)/source/pdf/js/pdf-js.c \
$(MY_ROOT)/source/pdf/js/pdf-jsimp-mu.c