summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-02-24 11:57:01 +0100
committerTor Andersson <tor.andersson@artifex.com>2015-10-06 11:21:22 +0200
commite9f86e83bf50f5a80847d45ee5f682fb92f35ba1 (patch)
tree92c9532c8f1c53087756e201ab002624cc05e81f /Makethird
parent7b3c88e3d06ace9ce98166e8f1751f7c194bee8e (diff)
downloadmupdf-e9f86e83bf50f5a80847d45ee5f682fb92f35ba1.tar.xz
glut: Simple viewer using GLUT and fixed function OpenGL.
Diffstat (limited to 'Makethird')
-rw-r--r--Makethird5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makethird b/Makethird
index 69ea2aef..ac4b2857 100644
--- a/Makethird
+++ b/Makethird
@@ -466,3 +466,8 @@ ifeq "$(HAVE_X11)" "yes"
X11_CFLAGS := $(SYS_X11_CFLAGS)
X11_LIBS := $(SYS_X11_LIBS)
endif
+
+ifeq "$(HAVE_GLUT)" "yes"
+GLUT_CFLAGS := $(SYS_GLUT_CFLAGS)
+GLUT_LIBS := $(SYS_GLUT_LIBS)
+endif