summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-09-03 10:51:35 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-06 11:21:23 +0200
commitcaa075f47cadd4182d9005edea1019e9419908de (patch)
tree4533cbfbb8d51fc3cdb2971d049cc81fa99c254f /Makefile
parent838d256ab4d11adc6d320e0c437d435e3bac5dec (diff)
downloadmupdf-caa075f47cadd4182d9005edea1019e9419908de.tar.xz
gl: Split text field handling into separate file and add keyboard focus.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ed5ac0c..6731fabc 100644
--- a/Makefile
+++ b/Makefile
@@ -271,7 +271,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 := $(addprefix $(OUT)/platform/gl/, gl-font.o gl-input.o gl-main.o)
$(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)