diff options
author | Brian Paul <[email protected]> | 2009-06-09 22:00:22 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-09 22:00:22 -0600 |
commit | 0195cc1c0d45cd85e6abf3fcb6ff304b80e8ba05 (patch) | |
tree | a265fd5502682fdc93c6c0359d9d7d6ee414739f /progs/tests/Makefile | |
parent | 39fd18014c166ba9788ed0abf82d69fb9d83eb7d (diff) |
tests: prim.c demo, modified for GL_EXT_provoking_vertex
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 628ca415354..b99f03cefb7 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -65,6 +65,7 @@ SOURCES = \ no_s3tc.c \ packedpixels.c \ pbo.c \ + prim.c \ prog_parameter.c \ quads.c \ random.c \ |