summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-10 11:51:44 -0700
committerBrian Paul <brianp@vmware.com>2010-03-10 11:52:07 -0700
commit9a7ba79b2bb60d83fc3bc04280e64cc564cb8760 (patch)
tree4a3c6593a647ab58b6ff41fed91a9c836bb6240b /progs/trivial/Makefile
parentf6d210c284751ac50a8d6358de7e75a1ff1e4ac7 (diff)
progs/trivial: added clear-fbo-scissor.c to test scissored clear of FBO
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index b4a903cb68..a10748f948 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -11,6 +11,7 @@ include $(TOP)/configs/current
LIBS = -L$(TOP)/$(LIB_DIR) -l $(GLEW_LIB) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) $(APP_LIB_DEPS)
SOURCES = \
+ clear-fbo-scissor.c \
clear-fbo-tex.c \
clear-fbo.c \
clear-scissor.c \