#SUBDIRS = 

#EXTRA_DIST = 

# Notes:
#
# TopologyException.h needed by BinaryOp.h
# We keep IllegalArgumentException.h as a facility (see doc/example.cpp)

geosdir = $(includedir)/geos/util

geos_HEADERS = 				\
	GEOSException.h			\
	GeometricShapeFactory.h		\
	IllegalArgumentException.h	\
	TopologyException.h

noinst_HEADERS = 			\
	Assert.h			\
	AssertionFailedException.h	\
	CoordinateArrayFilter.h		\
	UniqueCoordinateArrayFilter.h	\
	UnsupportedOperationException.h	\
	math.h
