remove BeOS conditional code. oglinfo should be moved to xdemos since it's a GLX...
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 14:51:18 +0000 (14:51 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 25 Aug 2004 14:51:18 +0000 (14:51 +0000)
progs/samples/Makefile

index 463fd5a0c57aafa90f2e211e4b7d6249ca64aac4..36de6e28cf20fe2ee28680c7733261fdeccb500d 100644 (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 #####