SUBDIRS = \
	algorithm \
	geom \
	geomgraph \
	index \
	io \
	noding \
	operation \
	planargraph \
	precision \
	simplify \
	util 

EXTRA_DIST = platform.h.vc version.h.vc


geosdir = $(includedir)/geos

geos_HEADERS = 			\
	geom.h 			\
	geomUtil.h 		\
	geomgraph.h 		\
	geomgraphindex.h 	\
	geosAlgorithm.h 	\
	indexBintree.h 		\
	indexChain.h 		\
	indexQuadtree.h 	\
	indexStrtree.h 		\
	indexSweepline.h 	\
	inline.h 		\
	io.h 			\
	noding.h 		\
	nodingSnapround.h 	\
	opBuffer.h 		\
	opDistance.h 		\
	opLinemerge.h 		\
	opOverlay.h 		\
	opPolygonize.h 		\
	opPredicate.h 		\
	opRelate.h 		\
	opValid.h 		\
	operation.h 		\
	operation.h 		\
	planargraph.h 		\
	precision.h 		\
	spatialIndex.h 		\
	timeval.h		\
	unload.h 		\
	util.h 		

nodist_geos_HEADERS =		\
	platform.h 		\
	version.h

noinst_HEADERS =		\
	profiler.h 
