added cgmath
[demo_prior] / Makefile
index d1389f2..7669326 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ bin = demo
 warn = -pedantic -Wall -g
 def = -DMINIGLUT_USE_LIBC
 
-incpath = -Ilibs/glew -Ilibs/treestore/src
+incpath = -Ilibs/glew -Ilibs/treestore/src -Ilibs/cgmath
 libpath = -Llibs/glew -Llibs/treestore
 
 CFLAGS = $(warn) $(def) $(incpath) -MMD