libpsys

diff examples/simple/Makefile @ 2:6e5342a2529a

more stuff done
author John Tsiombikas <nuclear@mutantstargoat.com>
date Sun, 25 Sep 2011 04:26:51 +0300
parents 874a942853ad
children
line diff
     1.1 --- a/examples/simple/Makefile	Sat Sep 24 20:44:42 2011 +0300
     1.2 +++ b/examples/simple/Makefile	Sun Sep 25 04:26:51 2011 +0300
     1.3 @@ -9,7 +9,7 @@
     1.4  
     1.5  CC = gcc
     1.6  CFLAGS = -pedantic -Wall -g -I$(incdir) `pkg-config --cflags vmath`
     1.7 -LDFLAGS = -L$(libdir) $(liba) $(libgl) -lanim `pkg-config --libs vmath` -lm
     1.8 +LDFLAGS = -L$(libdir) $(liba) $(libgl) -lanim -limago `pkg-config --libs vmath` -lm
     1.9  
    1.10  ifeq ($(shell uname -s), Darwin)
    1.11  	libgl = -framework OpenGL -framework GLUT