Removed osgdemeter example from distribution because it no longer compiles,

and Demeter itself nolonger compiles, osgdemeter has now been moved to the community
section of openscenegraph.org.
This commit is contained in:
Robert Osfield
2005-12-06 12:07:34 +00:00
parent e311cf83d8
commit a865ea7773
5 changed files with 0 additions and 245 deletions

View File

@@ -47,6 +47,4 @@ INVENTOR_INSTALLED ?= no
PERFORMER_INSTALLED ?= no
DEMETER_INSTALLED ?= no
GLUT_INSTALLED ?= no

View File

@@ -272,10 +272,6 @@ ifeq ($(PRODUCER_INSTALLED),yes)
EXAMPLE_DIRS += osgsimulation
endif
ifeq ($(DEMETER_INSTALLED),yes)
EXAMPLE_DIRS += osgdemeter
endif
endif
ifeq ($(GLUT_INSTALLED),yes)