diff options
author | Brian Paul <[email protected]> | 2009-04-18 12:57:13 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 12:57:13 -0600 |
commit | dfd69a27f8c3db3d90e2334237bf4a8eabb17e9e (patch) | |
tree | 12b1d120309dae6e59b0fce7105b4dc87a582a95 /progs/tests/Makefile | |
parent | 6a495d26af54011ff1ec0597b38db2ce162c7d50 (diff) |
demos: move glutfx demo to tests/
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 28b6fb9a5c9..18ea559b461 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -50,6 +50,7 @@ SOURCES = \ fptest1.c \ fptexture.c \ getprocaddress.c \ + glutfx \ interleave.c \ invert.c \ jkrahntest.c \ |