
noinst_LTLIBRARIES = libindexbintree.la

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

libindexbintree_la_SOURCES = \
	Bintree.cpp \
	Interval.cpp \
	Node.cpp \
	Key.cpp \
	NodeBase.cpp \
	Root.cpp 

libindexbintree_la_LIBADD = 

