From 99278e762603380638ad037094a955312013e94c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 24 Apr 2017 12:50:01 +0200 Subject: Remove public SVG header. Move the two SVG utility functions into fitz/util.h --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3