aboutsummaryrefslogtreecommitdiff
blob: e1bcd627249859506fc48e9a105aa8af57a9a0a2 (plain)
1
2
3
4
## Makefile.am -- Process this file with automake to produce Makefile.in
noinst_LTLIBRARIES = librtree.la
INCLUDES = -I../../include 
librtree_la_SOURCES = BulkLoader.cc Index.cc Leaf.cc Node.cc RTree.cc Statistics.cc BulkLoader.h Index.h Leaf.h Node.h PointerPoolNode.h RTree.h Statistics.h