diff options
author | José Fonseca <[email protected]> | 2009-02-10 20:27:49 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-02-10 20:28:08 +0000 |
commit | 52233f27bb99d21a085117990936d9c355e4ce08 (patch) | |
tree | b714c289b8bcfb89cf02c640c7c491556484b01c /progs/samples/Makefile | |
parent | fa9fcf5e8fc1a1fbd25b0943050c51104acb0397 (diff) |
progs: Build samples dir with scons and glew.
Diffstat (limited to 'progs/samples/Makefile')
-rw-r--r-- | progs/samples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile index 63dca07d2e8..b300e38b9c2 100644 --- a/progs/samples/Makefile +++ b/progs/samples/Makefile @@ -7,7 +7,7 @@ INCDIR = $(TOP)/include LIB_DEP = $(TOP)/$(LIB_DIR)/$(GL_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLU_LIB_NAME) $(TOP)/$(LIB_DIR)/$(GLUT_LIB_NAME) -LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) +LIBS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLEW_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS) PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \ font line logo nurb olympic overlay point prim quad select \ |