SUBDIRS = 

EXTRA_DIST = 

# NOTES:
#
# MonotoneChainSelectAction.h needed by algorithm/MCPointInRing.h
#		for inheritance
# MonotoneChainOverlapAction.h needed by algorithm/MCIndexNoder.h
#		for inheritance
#

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

geos_HEADERS = \
	MonotoneChain.h	\
	MonotoneChainOverlapAction.h	\
	MonotoneChainSelectAction.h

noinst_HEADERS = \
	MonotoneChainBuilder.h
