diff options
author | Brian Paul <[email protected]> | 2004-08-25 14:51:18 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-08-25 14:51:18 +0000 |
commit | be9b759ab05b6d3f837716daec3ec32b4ffe7a9b (patch) | |
tree | 60cc4fbd2a1bb7305541ede90a4edc9405bc769f /progs | |
parent | 0ad65543388f7c8048b2040450766bbc3a312a69 (diff) |
remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX program
Diffstat (limited to 'progs')
-rw-r--r-- | progs/samples/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/progs/samples/Makefile b/progs/samples/Makefile index 463fd5a0c57..36de6e28cf2 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 ##### |