diff options
author | Brian <[email protected]> | 2007-08-10 13:06:07 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-10 13:06:07 -0600 |
commit | 34d535ad2c9ea06c61c6c0e3755ad8177aa30147 (patch) | |
tree | fd421066a6808f5d82006c088ab218ed183ad264 /progs/trivial/Makefile | |
parent | e51aa572934c39fe3c99470343f776be4e783f42 (diff) |
glRead/DrawPixels test
Diffstat (limited to 'progs/trivial/Makefile')
-rw-r--r-- | progs/trivial/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/trivial/Makefile b/progs/trivial/Makefile index 80f2b752cd8..82769e817a7 100644 --- a/progs/trivial/Makefile +++ b/progs/trivial/Makefile @@ -46,6 +46,7 @@ SOURCES = \ quads.c \ quadstrip.c \ quadstrip-flat.c \ + readpixels.c \ dlist-edgeflag.c \ dlist-dangling.c \ dlist-edgeflag-dangling.c \ |