imtk

diff Makefile @ 12:17c9525b2e35

merged -lGLU fix with listbox patch
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 17 Apr 2011 18:20:23 +0300
parents b04d49e4599c
children df2bc9406561
line diff
     1.1 --- a/Makefile	Sat Apr 16 10:27:59 2011 +0300
     1.2 +++ b/Makefile	Sun Apr 17 18:20: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)