
noinst_LTLIBRARIES = libindexquadtree.la

INCLUDES = -I$(top_srcdir)/source/headers 

libindexquadtree_la_SOURCES = \
	DoubleBits.cpp \
	IntervalSize.cpp \
	Quadtree.cpp \
	Key.cpp \
	Node.cpp \
	NodeBase.cpp \
	Root.cpp 

