From 2e8eb67762cf6e700b12070516c325fba96450e6 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 30 Apr 2007 17:30:59 +0200 Subject: [PATCH] [BUILD] do not build rbtree anymore Rbtree is not used anymore. Remove it from the makefiles. --- Makefile | 2 +- Makefile.bsd | 2 +- Makefile.osx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c52b9bbc7..12de8bebe 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ OBJS = src/haproxy.o src/list.o src/chtbl.o src/hashpjw.o src/base64.o \ 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) diff --git a/Makefile.bsd b/Makefile.bsd index 27efe8913..d125c9051 100644 --- a/Makefile.bsd +++ b/Makefile.bsd @@ -87,7 +87,7 @@ OBJS = src/haproxy.o src/list.o src/chtbl.o src/hashpjw.o src/base64.o \ 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/ev_poll.o \ + src/session.o src/hdr_idx.o src/ev_select.o src/ev_poll.o \ src/ev_kqueue.o all: haproxy diff --git a/Makefile.osx b/Makefile.osx index 111587b1f..4b028715f 100644 --- a/Makefile.osx +++ b/Makefile.osx @@ -87,7 +87,7 @@ OBJS = src/haproxy.o src/list.o src/chtbl.o src/hashpjw.o src/base64.o \ 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/ev_poll.o + src/session.o src/hdr_idx.o src/ev_select.o src/ev_poll.o all: haproxy