From e9f86e83bf50f5a80847d45ee5f682fb92f35ba1 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 24 Feb 2015 11:57:01 +0100 Subject: glut: Simple viewer using GLUT and fixed function OpenGL. --- Makethird | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makethird') 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 -- cgit v1.2.3