
noinst_LTLIBRARIES = libindexstrtree.la

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

libindexstrtree_la_SOURCES = \
	AbstractNode.cpp \
	AbstractSTRtree.cpp \
	Interval.cpp \
	ItemBoundable.cpp \
	SIRtree.cpp \
	STRtree.cpp 

libindexstrtree_la_LIBADD = 

