summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-05-27 19:21:48 +0200
committerTor Andersson <tor@ghostscript.com>2010-05-27 19:21:48 +0200
commitd65bded0e788321bd09c0d3a9864ef7ee13dcddb (patch)
tree7350e8ae333a13e438e94788ced2d07ed39fd840 /Makefile
parent5b09c0026585fe3063b467edde908e013e2be08b (diff)
downloadmupdf-d65bded0e788321bd09c0d3a9864ef7ee13dcddb.tar.xz
Add optimized function written in C that depends on integers being exactly 32-bit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb98ed38..2623963a 100644
--- a/Makefile
+++ b/Makefile
@@ -75,7 +75,7 @@ FITZ_OBJ=$(FITZ_SRC:fitz/%.c=$(OBJDIR)/%.o)
$(FITZ_OBJ): $(FITZ_HDR)
DRAW_SRC=$(addprefix draw/, $(ARCH_SRC) \
- blendmodes.c glyphcache.c imagedraw.c imagescale.c imageunpack.c meshdraw.c \
+ archport.c blendmodes.c glyphcache.c imagedraw.c imagescale.c imageunpack.c meshdraw.c \
pathfill.c pathscan.c pathstroke.c porterduff.c )
DRAW_OBJ=$(DRAW_SRC:draw/%.c=$(OBJDIR)/%.o)
$(DRAW_OBJ): $(FITZ_HDR)