diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-22 08:46:18 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-24 13:26:39 +0100 |
commit | 39320c1bee93e7177a82307d861ed4c1f2cb2711 (patch) | |
tree | 21708a9aae3b4ce35815c94679f8a1c5097d743f | |
parent | 699db6d842c52d0b3b98b320f8ef1104a65fa783 (diff) |
progs/tests: Build texcompress2 with scons
-rw-r--r-- | progs/tests/SConscript | 1 | ||||
-rw-r--r-- | progs/tests/texcompress2.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/SConscript b/progs/tests/SConscript index cfeb9d1c378..bf1e7f8a7d8 100644 --- a/progs/tests/SConscript +++ b/progs/tests/SConscript @@ -105,6 +105,7 @@ progs = [ 'subtexrate', 'tex1d', 'texcmp', + 'texcompress2', 'texfilt', 'texgenmix', 'texline', diff --git a/progs/tests/texcompress2.c b/progs/tests/texcompress2.c index 3e8e9908cbe..cbb8f1d3a22 100644 --- a/progs/tests/texcompress2.c +++ b/progs/tests/texcompress2.c @@ -7,7 +7,6 @@ #include <stdio.h> #include <GL/glew.h> #include <GL/glut.h> -#include <GL/glx.h> #include "readtex.c" #define IMAGE_FILE "../images/arch.rgb" |