summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-07-13 15:28:09 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-07-21 12:17:32 +0200
commitb66925c26188075d843f7661f8d0a21eeb37ec22 (patch)
treed38f0a263501d4aa4044784f1d7e7105281f5ae2 /Makefile
parent25f6ad32704b80b7af510fe8c23ee640f3355850 (diff)
downloadmupdf-b66925c26188075d843f7661f8d0a21eeb37ec22.tar.xz
Add 'mutool trace' command.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6236a57..6b9b3ced 100644
--- a/Makefile
+++ b/Makefile
@@ -351,7 +351,7 @@ INSTALL_LIBS := $(MUPDF_LIB) $(THIRD_LIB)
# --- Tools and Apps ---
MUTOOL_EXE := $(OUT)/mutool
-MUTOOL_SRC := source/tools/mutool.c source/tools/muconvert.c source/tools/mudraw.c source/tools/murun.c
+MUTOOL_SRC := source/tools/mutool.c source/tools/muconvert.c source/tools/mudraw.c source/tools/murun.c source/tools/mutrace.c
MUTOOL_SRC += $(sort $(wildcard source/tools/pdf*.c))
MUTOOL_OBJ := $(MUTOOL_SRC:%.c=$(OUT)/%.o)
$(MUTOOL_OBJ) : $(FITZ_HDR) $(PDF_HDR)