summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-01-27 13:34:32 +0000
committerRobin Watts <robin.watts@artifex.com>2012-01-27 13:36:55 +0000
commit78e29456b051f41073d706ac7d3eb76bfa08b0ab (patch)
treed224694cb640d8fa706b5acc46a18a295c8ec691 /Makefile
parent03b276d3f2db3feecb522f101e0da065c4af53d4 (diff)
downloadmupdf-78e29456b051f41073d706ac7d3eb76bfa08b0ab.tar.xz
Rename pdfdraw to mupdfdraw etc.
This a) improves our branding, and b) avoids conflicts with other pdf tools out there (pdfinfo etc).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1460cdc..6b34bbbe 100644
--- a/Makefile
+++ b/Makefile
@@ -122,8 +122,8 @@ $(OUT)/cmapdump.o : pdf/pdf_cmap.c pdf/pdf_cmap_parse.c
# --- Tools and Apps ---
-PDF_APPS := $(addprefix $(OUT)/, pdfdraw pdfclean pdfextract pdfinfo pdfshow)
-XPS_APPS := $(addprefix $(OUT)/, xpsdraw)
+PDF_APPS := $(addprefix $(OUT)/, mupdfdraw mupdfclean mupdfextract mupdfinfo mupdfshow)
+XPS_APPS := $(addprefix $(OUT)/, muxpsdraw)
BUSY_APP := $(addprefix $(OUT)/, mubusy)
BUSY_SRC := $(notdir $(wildcard apps/mubusy_*.c))
BUSY_LIBS := $(addprefix $(OUT)/, $(BUSY_SRC:%.c=%.o))