type subdir typo
[geos.git] / source / algorithm / Makefile.am
blob3ed56ec4767dab451590878a9826cbd1dbd703ca
1 SUBDIRS = \
2         locate
4 noinst_LTLIBRARIES = libalgorithm.la
6 INCLUDES = -I$(top_srcdir)/source/headers 
8 libalgorithm_la_SOURCES = \
9         CentroidArea.cpp \
10         CentroidLine.cpp \
11         CentroidPoint.cpp \
12         CGAlgorithms.cpp \
13         ConvexHull.cpp \
14         HCoordinate.cpp \
15         InteriorPointArea.cpp \
16         InteriorPointLine.cpp \
17         InteriorPointPoint.cpp \
18         LineIntersector.cpp \
19         MCPointInRing.cpp \
20         MinimumDiameter.cpp \
21         NotRepresentableException.cpp \
22         PointLocator.cpp \
23         RayCrossingCounter.cpp \
24         RobustDeterminant.cpp \
25         SimplePointInRing.cpp \
26         SIRtreePointInRing.cpp 
28 libalgorithm_la_LIBADD =  \
29         locate/liblocation.la