imtk

changeset 9:1b27a69603ac

fixed missing -lGLU from makefile
author John Tsiombikas <nuclear@siggraph.org>
date Sat, 16 Apr 2011 22:59:23 +0300
parents 10604ff95527
children 467a520f5c00
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Thu Apr 14 23:21:56 2011 +0300
     1.2 +++ b/Makefile	Sat Apr 16 22:59:23 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)