[BUILD] do not build rbtree anymore

Rbtree is not used anymore. Remove it from the makefiles.
diff --git a/Makefile b/Makefile
index c52b9bb..12de8be 100644
--- a/Makefile
+++ b/Makefile
@@ -217,7 +217,7 @@
        src/time.o src/fd.o src/regex.o src/cfgparse.o src/server.o \
        src/checks.o src/queue.o src/capture.o src/client.o src/proxy.o \
        src/proto_http.o src/stream_sock.o src/appsession.o src/backend.o \
-       src/session.o src/hdr_idx.o src/rbtree.o src/ev_select.o
+       src/session.o src/hdr_idx.o src/ev_select.o
 
 haproxy: $(OBJS) $(OPT_OBJS)
 	$(LD) $(LDFLAGS) -o $@ $^ $(LIBS)