diff options
author | Brian Paul <[email protected]> | 2009-04-18 13:05:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 13:05:51 -0600 |
commit | 49c3e7172db1ee2afef6bcd19c3cd55dbe60bd33 (patch) | |
tree | 48bc8c87ef3f6e0c6b72f1b1771acab0609ebf4b /progs/tests/Makefile | |
parent | 292e1920930dad242b1130cb2b7b4ced2a3024f8 (diff) |
demos: move tests/projtex.c to demos/
And fix compiler warnings.
Diffstat (limited to 'progs/tests/Makefile')
-rw-r--r-- | progs/tests/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 7dfc65807a3..24275fdc2f1 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -66,7 +66,6 @@ SOURCES = \ packedpixels.c \ pbo.c \ prog_parameter.c \ - projtex.c \ quads.c \ random.c \ readrate.c \ |