1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SUBDIRS =
noinst_LTLIBRARIES = liblocation.la
INCLUDES = -I$(top_srcdir)/source/headers
liblocation_la_SOURCES = \
IndexedPointInAreaLocator.cpp \
PointOnGeometryLocator.cpp \
SimplePointInAreaLocator.cpp
liblocation_la_LIBADD =
|