summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-24 12:42:50 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:11:37 +0200
commit0d60d3a866f80f091fca68316bcb2c01aa416b96 (patch)
treedab9e1663a76cd79cb7f3d79f9558fea5b325456 /Makefile
parent5030ba7ebf7b3706ac065deef750d647570525b3 (diff)
downloadmupdf-0d60d3a866f80f091fca68316bcb2c01aa416b96.tar.xz
Make HTML header private.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68e997c5..200bf37f 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,6 @@ $(OUT)/platform/gl/%.o : platform/gl/%.c | $(ALL_DIR)
FITZ_HDR := include/mupdf/fitz.h $(wildcard include/mupdf/fitz/*.h)
PDF_HDR := include/mupdf/pdf.h $(wildcard include/mupdf/pdf/*.h)
SVG_HDR := include/mupdf/svg.h
-HTML_HDR := include/mupdf/html.h
THREAD_HDR := include/mupdf/helpers/mu-threads.h
FITZ_SRC := $(wildcard source/fitz/*.c)