summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-04-24 12:50:01 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-04-27 15:11:37 +0200
commit99278e762603380638ad037094a955312013e94c (patch)
treeb58126c5804af5c677cbcf69f15770d3f136d0a4 /Makefile
parent0d60d3a866f80f091fca68316bcb2c01aa416b96 (diff)
downloadmupdf-99278e762603380638ad037094a955312013e94c.tar.xz
Remove public SVG header.
Move the two SVG utility functions into fitz/util.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 200bf37f..6b6728b9 100644
--- a/Makefile
+++ b/Makefile
@@ -121,7 +121,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
THREAD_HDR := include/mupdf/helpers/mu-threads.h
FITZ_SRC := $(wildcard source/fitz/*.c)