summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-06-30 16:19:23 +0100
committerKeith Whitwell <keithw@vmware.com>2009-06-30 16:19:23 +0100
commit6af783bea0e171582f86c8456ca521ac242abc39 (patch)
tree7dc3d57a99a0f31191aee097f00b192c73fb9387 /progs/trivial/Makefile
parenta9ae89d104161c1052beda7e3dcb21b8b7af5ba3 (diff)
progs/trivial: add test case for lighting plus per-vertex materials
Exercise material-within-begin/end case.
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 22de83fa79..de862b067c 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -105,6 +105,7 @@ SOURCES = \
tri-fp.c \
tri-fp-const-imm.c \
tri-lit.c \
+ tri-lit-material.c \
tri-mask-tri.c \
tri-orig.c \
tri-query.c \