summaryrefslogtreecommitdiff
path: root/Makethird
diff options
context:
space:
mode:
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