SUBDIRS = 

EXTRA_DIST = 

# NOTES:
# Root.h is needed by Quadtree.h for inlines
# NodeBase.h is needed by Root.h for inheritance

geosdir = $(includedir)/geos/index/quadtree

geos_HEADERS = \
	NodeBase.h	\
	Quadtree.h	\
	Root.h

noinst_HEADERS = \
	DoubleBits.h	\
	IntervalSize.h	\
	Key.h	\
	Node.h
