summaryrefslogtreecommitdiff
path: root/progs/samples
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-08-25 14:51:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-08-25 14:51:18 +0000
commitbe9b759ab05b6d3f837716daec3ec32b4ffe7a9b (patch)
tree60cc4fbd2a1bb7305541ede90a4edc9405bc769f /progs/samples
parent0ad65543388f7c8048b2040450766bbc3a312a69 (diff)
remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX program
Diffstat (limited to 'progs/samples')
-rw-r--r--progs/samples/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile
index 463fd5a0c5..36de6e28cf 100644
--- a/progs/samples/Makefile
+++ b/progs/samples/Makefile
@@ -11,11 +11,6 @@ PROGS = accum bitmap1 bitmap2 blendeq blendxor copy cursor depth eval fog \
font line logo nurb olympic overlay point prim quad select \
shape sphere star stencil stretch texture tri wave
-ifeq ($(CONFIG_NAME), beos)
- LIB_DEP = $(APP_LIB_DEPS)
-else
- PROGS += oglinfo
-endif
##### RULES #####