summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-01-30 12:55:36 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-01-30 12:55:36 +0100
commit99401f12b3969404996dbbeb5a6bff58e3451781 (patch)
tree7936ebe4199fa0e3ef5c707c8b26c04255bc9a17 /Makefile
parent0a2059f64a6bfd22deaa2aba99eba932a867b708 (diff)
downloadmupdf-99401f12b3969404996dbbeb5a6bff58e3451781.tar.xz
Add exception to Makefile to only build one of draw_scale and draw_simple_scale.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b34bbbe..8d90711b 100644
--- a/Makefile
+++ b/Makefile
@@ -68,6 +68,7 @@ MUPDF_LIB := $(OUT)/libmupdf.a
MUXPS_LIB := $(OUT)/libmuxps.a
FITZ_SRC := $(notdir $(wildcard fitz/*.c draw/*.c))
+FITZ_SRC := $(filter-out draw_simple_scale.c, $(FITZ_SRC))
MUPDF_SRC := $(notdir $(wildcard pdf/*.c))
MUXPS_SRC := $(notdir $(wildcard xps/*.c))