From 74ea640f40285220dfa93492a143a35426b867d1 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 14 Feb 2015 17:36:03 +0100 Subject: Add binary tree implementation. NOT TESTED, FULL OF BUGS. --- src/common/libalgo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/libalgo/Makefile') diff --git a/src/common/libalgo/Makefile b/src/common/libalgo/Makefile index 3e021c4..fe6dbc6 100644 --- a/src/common/libalgo/Makefile +++ b/src/common/libalgo/Makefile @@ -1,4 +1,4 @@ -OBJ = hashtbl.o +OBJ = keyval.o hashtbl.o btree.o LIB = -- cgit v1.2.3