diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2012-01-30 12:55:36 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2012-01-30 12:55:36 +0100 |
commit | 99401f12b3969404996dbbeb5a6bff58e3451781 (patch) | |
tree | 7936ebe4199fa0e3ef5c707c8b26c04255bc9a17 | |
parent | 0a2059f64a6bfd22deaa2aba99eba932a867b708 (diff) | |
download | mupdf-99401f12b3969404996dbbeb5a6bff58e3451781.tar.xz |
Add exception to Makefile to only build one of draw_scale and draw_simple_scale.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)) |