remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX program

This commit is contained in:
Brian Paul 2004-08-25 14:51:18 +00:00
parent 0ad6554338
commit be9b759ab0
1 changed files with 0 additions and 5 deletions

View File

@ -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 #####