summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-02-23 19:27:31 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-02-23 19:27:31 +0000
commit1d7c610c2b453f2b3254827fb00338e3723a01e5 (patch)
tree6307fb91c1216d299663b47b120dc9f619487ac0 /progs
parent70130333c257e1780ea7b4e95bda030586d74688 (diff)
Add manytex demo
Diffstat (limited to 'progs')
-rw-r--r--progs/tests/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/tests/Makefile b/progs/tests/Makefile
index 096de4ed98b..4892ea7c781 100644
--- a/progs/tests/Makefile
+++ b/progs/tests/Makefile
@@ -6,9 +6,9 @@
CC = gcc
CFLAGS = -g -I../include
-LIBS = -L../lib -lGL -lm
+LIBS = -L../lib -lGL -lglut -lm
-PROGS = miniglxtest miniglxsample
+PROGS = miniglxtest miniglxsample manytex
##### RULES #####