Add headers/geos/algorithm/locate to automake
[geos.git] / source / headers / geos / algorithm / locate / Makefile.am
blob359256d93829c48a3a84828eec7e3e002aa025cd
1 SUBDIRS = 
3 EXTRA_DIST = 
5 # Notes:
7 # PointLocator.h is needed by DistanceOp.h and OverlayOp.h for composition
8 #                   needed by RelateComputer.h needed by RelateOp.h
10 # LineIntersector.h needed by GeometryGraphOperation.h needed by OverlayOp.h
11 #                   needed by RelateComputer.h needed by RelateOp.h
12
14 geosdir = $(includedir)/geos/algorithm/locate
16 geos_HEADERS =                  
18 noinst_HEADERS =                        \
19         IndexedPointInAreaLocator.h     \
20         PointOnGeometryLocator.h        \
21         SimplePointInAreaLocator.h