options/config
[demo_prior] / Makefile
index 78db398..d1389f2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,11 +6,11 @@ bin = demo
 warn = -pedantic -Wall -g
 def = -DMINIGLUT_USE_LIBC
 
-incpath = -Ilibs/glew
-libpath = -Llibs/glew
+incpath = -Ilibs/glew -Ilibs/treestore/src
+libpath = -Llibs/glew -Llibs/treestore
 
 CFLAGS = $(warn) $(def) $(incpath) -MMD
-LDFLAGS = $(libpath) -lX11 -lXext -lGL -lGLU -lglut -lglew_static -lm
+LDFLAGS = $(libpath) -lX11 -lXext -lGL -lGLU -lglut -lglew_static -ltreestore -lm
 
 $(bin): $(obj) libs
        $(CC) -o $@ $(obj) $(LDFLAGS)