diff options
author | Keith Whitwell <[email protected]> | 2009-03-10 11:39:41 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-03-10 12:06:27 +0000 |
commit | 225de01f83b58a09adfad47a5d71bece63a6ebfd (patch) | |
tree | 8b961992cea65800d3153bdcbef7de577ab6f706 /progs/trivial/Makefile | |
parent | 646f518e7869dfd0d654ee75923bea622c1a9474 (diff) |
trivial: add a logic op test
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 3300fce6365..82daae7dfd7 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 \ |