summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-08-26 16:32:49 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-06 11:21:23 +0200
commita148b8a3f2457f9286f2dc49c5ea96b32e9cb56c (patch)
treea46c4eb535481d96d41c6b0a8ee06c0387fdc55f /Makefile
parentd1d9d13d1114fea2578004c338d8f6a9932159b2 (diff)
downloadmupdf-a148b8a3f2457f9286f2dc49c5ea96b32e9cb56c.tar.xz
gl: Add an internal header file for GL application.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 96963c75..5ed5ac0c 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,7 @@ $(MUVIEW_X11) : $(MUVIEW_X11_OBJ)
ifeq "$(HAVE_GLFW)" "yes"
MUVIEW_GLFW := $(OUT)/mupdf-gl
MUVIEW_GLFW_OBJ := $(addprefix $(OUT)/platform/gl/, gl-font.o gl-main.o)
-$(MUVIEW_GLFW_OBJ) : $(FITZ_HDR) $(PDF_HDR)
+$(MUVIEW_GLFW_OBJ) : $(FITZ_HDR) $(PDF_HDR) platform/gl/gl-app.h
$(MUVIEW_GLFW) : $(MUPDF_LIB) $(THIRD_LIBS) $(GLFW_LIB)
$(MUVIEW_GLFW) : $(MUVIEW_GLFW_OBJ)
$(LINK_CMD) $(GLFW_LIBS)