summaryrefslogtreecommitdiff
path: root/progs/trivial/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-06-30 17:06:50 +0100
committerKeith Whitwell <keithw@vmware.com>2009-06-30 17:06:50 +0100
commit09a3a28fc8f1ed931304bf27a56fe72768d7861e (patch)
tree381b3ca4650d844ac7190af4b69edaa6aae78426 /progs/trivial/Makefile
parent7e91d035b9ef65adda39c8b164afa363477d7893 (diff)
progs/trivial: add dlist-flat-tri.c
State-change functions which precede the first call to glEnd() in a compiled list are vulnerable to not being executed when that list is called. In particular this can happen if a list is invoked from within a begin/end pair, as in this example.
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 0209c50950..ae750db22a 100644
--- a/progs/trivial/Makefile
+++ b/progs/trivial/Makefile
@@ -19,6 +19,7 @@ SOURCES = \
clear-random.c \
clear.c \
dlist-dangling.c \
+ dlist-flat-tri.c \
dlist-tri-flat-tri.c \
dlist-recursive-call.c \
dlist-edgeflag-dangling.c \