glamtk

changeset 10:5b86b98ee988

fixed missing -lGLU from makefile
author John Tsiombikas <nuclear@siggraph.org>
date Sat, 16 Apr 2011 22:59:06 +0300
parents 4b1989ff2ef7
children 0f426edc2245
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Mon Apr 11 03:59:03 2011 +0300
     1.2 +++ b/Makefile	Sat Apr 16 22:59:06 2011 +0300
     1.3 @@ -9,7 +9,7 @@
     1.4  ifeq ($(shell uname -s), Darwin)
     1.5  	libgl = -framework OpenGL -framework GLUT
     1.6  else
     1.7 -	libgl = -lGL -lglut
     1.8 +	libgl = -lGL -lGLU -lglut
     1.9  endif
    1.10  
    1.11  $(bin): $(obj)