summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-07-21 23:45:31 +0000
committerTor Andersson <tor@ghostscript.com>2010-07-21 23:45:31 +0000
commit9baad7f04bd421138461457399fa74e757a44ec3 (patch)
tree6c70368a9237eaa74b53f9810eae75f93d200538 /Makefile
parentd5d8d07709f6ad7d76ee1c466faf4d28549299a9 (diff)
downloadmupdf-9baad7f04bd421138461457399fa74e757a44ec3.tar.xz
Add Robin Watts' smooth image scaling code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46837201..efa9cd5b 100644
--- a/Makefile
+++ b/Makefile
@@ -123,6 +123,7 @@ DRAW_SRC := $(DRAW_ARCH_SRC) \
draw/glyphcache.c \
draw/imagedraw.c \
draw/imagescale.c \
+ draw/imagesmooth.c \
draw/imageunpack.c \
draw/meshdraw.c \
draw/pathfill.c \