progs/tests: Build texcompress2 with scons
authorJakob Bornecrantz <jakob@vmware.com>
Sun, 22 Mar 2009 07:46:18 +0000 (08:46 +0100)
committerJakob Bornecrantz <jakob@vmware.com>
Tue, 24 Mar 2009 12:26:39 +0000 (13:26 +0100)
progs/tests/SConscript
progs/tests/texcompress2.c

index cfeb9d1..bf1e7f8 100644 (file)
@@ -105,6 +105,7 @@ progs = [
     'subtexrate',
     'tex1d',
     'texcmp',
+    'texcompress2',
     'texfilt',
     'texgenmix',
     'texline',
index 3e8e990..cbb8f1d 100644 (file)
@@ -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"