summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-10-20 10:34:58 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-21 16:45:11 +0200
commit7a3f8bfba47b2c63036eec4968cf15899c716e13 (patch)
tree71fd7b8b3427962d989ac068fc608e0a53ac57ce /Makefile
parentda646ea69e158a10d0d9202c8925892c5e19cd8d (diff)
downloadmupdf-7a3f8bfba47b2c63036eec4968cf15899c716e13.tar.xz
Fix 696283: Split 'make third' target.
Put the optional libraries CURL and GLFW that are only used by the viewer applications into 'make extra'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6731fabc..f6558cb7 100644
--- a/Makefile
+++ b/Makefile
@@ -337,7 +337,8 @@ incdir ?= $(prefix)/include
mandir ?= $(prefix)/share/man
docdir ?= $(prefix)/share/doc/mupdf
-third: $(THIRD_LIBS) $(CURL_LIB) $(GLFW_LIB)
+third: $(THIRD_LIBS)
+extra: $(CURL_LIB) $(GLFW_LIB)
libs: $(INSTALL_LIBS)
apps: $(INSTALL_APPS)