metasurf

diff Makefile.in @ 5:dedd153d2ceb

- fixed makefile to produce non-broken shared objects - removed glutGetModifiers from the motion callback and placed it in the mouse callback as apparently it's not supposed to be called from there. - added MacOSX include paths in the examples
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 25 Oct 2011 23:38:39 +0300
parents 2c575855f707
children
line diff
     1.1 --- a/Makefile.in	Tue Oct 25 23:21:32 2011 +0300
     1.2 +++ b/Makefile.in	Tue Oct 25 23:38:39 2011 +0300
     1.3 @@ -28,7 +28,7 @@
     1.4  all: $(lib_so) $(lib_a)
     1.5  
     1.6  $(lib_so): $(obj)
     1.7 -	$(CC) -o $@ $(shared) $(LDFLAGS)
     1.8 +	$(CC) -o $@ $(shared) $(obj) $(LDFLAGS)
     1.9  
    1.10  $(lib_a): $(obj)
    1.11  	$(AR) rcs $@ $(obj)