
################################################################
# Directories traversed from the top level
TOP_LEVEL_DIRS = \
		src \
		examples


################################################################
# Directories traversed in the TOPDIR/src directory
SRC_DIRS = ossimPlanet


SRC_DIRS += \
	../examples

################################################################
# Directories traversed in the TOPDIR/src/osgPlugins directory

PLUGIN_DIRS = 


EXAMPLE_DIRS = \
		ossimplanetviewer \
		ossimplanettest		

