root/spatialindex/trunk/src/capi/Makefile.am @ 173

Revision 173, 374 bytes (checked in by hobu, 6 months ago)

add CountVisitor? to the CAPI to provide a cumulation of the number of hits that land within a query

Line 
1## Makefile.am -- Process this file with automake to produce Makefile.in
2noinst_LTLIBRARIES = libsidxc.la
3INCLUDES = -I../../include -I../../include/capi
4libsidxc_la_SOURCES =   BoundsQuery.cc \
5                                                CountVisitor.cc \
6                                                DataStream.cc \
7                                                Error.cc \
8                                                IdVisitor.cc \
9                                                Index.cc \
10                                                LeafQuery.cc \
11                                                ObjVisitor.cc \
12                                                sidx_api.cc \
13                                                Utility.cc
Note: See TracBrowser for help on using the browser.