summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-03-10 11:39:41 +0000
committerKeith Whitwell <keithw@vmware.com>2009-03-10 12:06:27 +0000
commit225de01f83b58a09adfad47a5d71bece63a6ebfd (patch)
tree8b961992cea65800d3153bdcbef7de577ab6f706 /progs/trivial/Makefile
parent646f518e7869dfd0d654ee75923bea622c1a9474 (diff)
trivial: add a logic op test
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r--progs/trivial/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile
index 3300fce636..82daae7dfd 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -89,6 +89,8 @@ SOURCES = \
tri-clip.c \
tri-cull-both.c \
tri-cull.c \
+ tri-logicop-none.c \
+ tri-logicop-xor.c \
tri-dlist.c \
tri-edgeflag.c \
tri-fbo-tex.c \