From 56101c6506a5661dd2feb2af010131c433d2553d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 20 May 2014 14:28:06 +0200 Subject: Build libcurl as part of the 'make third' rule... ...without adding it to the standard list of required third party dependencies. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca2cabac..50240941 100644 --- a/Makefile +++ b/Makefile @@ -299,7 +299,7 @@ incdir ?= $(prefix)/include mandir ?= $(prefix)/share/man docdir ?= $(prefix)/share/doc/mupdf -third: $(THIRD_LIBS) +third: $(THIRD_LIBS) $(CURL_LIB) libs: $(INSTALL_LIBS) apps: $(INSTALL_APPS) -- cgit v1.2.3