summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-09-21 22:55:25 +0200
committerTor Andersson <tor.andersson@artifex.com>2018-09-25 14:39:17 +0200
commita35b410b1e9c2773cf6ae59c2f9b34fe9b908750 (patch)
treea0bcbdf53e7bf4e2fa71a84f63c83e2f9fd0a01c /Makefile
parentebd1ae69dc462b30a42d76dd17e2f7b8b24b1f2e (diff)
downloadmupdf-a35b410b1e9c2773cf6ae59c2f9b34fe9b908750.tar.xz
gl: Save history and bookmarks in ~/.mupdf.history.
Use MuJS to parse/write JSON object.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0eebda0f..37fc48e6 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ $(OUT)/platform/x11/curl/%.o : platform/x11/%.c
$(CC_CMD) -Wall $(X11_CFLAGS) $(CURL_CFLAGS) -DHAVE_CURL
$(OUT)/platform/gl/%.o : platform/gl/%.c
- $(CC_CMD) -Wall $(GLUT_CFLAGS)
+ $(CC_CMD) -Wall $(THIRD_CFLAGS) $(GLUT_CFLAGS)
ifeq ($(HAVE_OBJCOPY),yes)
$(OUT)/source/fitz/noto.o : source/fitz/noto.c