summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2007-12-10 13:20:24 +0100
committerVolker Lendecke <vl@samba.org>2007-12-10 16:06:32 +0100
commit8a8b146ead07149de57069ed803051ce460fa94b (patch)
treeec400eab65c7fe4cbe6aabadd2690b901034bc6e /source3/Makefile.in
parent26a2e818face1c2a627e392b4190bed7f2b02656 (diff)
downloadsamba-8a8b146ead07149de57069ed803051ce460fa94b.tar.gz
samba-8a8b146ead07149de57069ed803051ce460fa94b.tar.bz2
samba-8a8b146ead07149de57069ed803051ce460fa94b.zip
Make the Linux rbtrees compile within Samba
(This used to be commit c871fd802f3c0c5ef1f63b2d01a636c885f22b23)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index f686ac0cbf..01aa236130 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -282,7 +282,7 @@ TALLOC_OBJ = lib/talloc/talloc.o
LIB_WITHOUT_PROTO_OBJ = $(LIBREPLACE_OBJ) $(SOCKET_WRAPPER_OBJ) $(NSS_WRAPPER_OBJ) $(TALLOC_OBJ) \
lib/messages.o librpc/gen_ndr/ndr_messaging.o lib/messages_local.o \
lib/messages_ctdbd.o lib/packet.o lib/ctdbd_conn.o lib/talloc_stack.o \
- lib/interfaces.o
+ lib/interfaces.o lib/rbtree.o
LIB_WITH_PROTO_OBJ = $(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/interface.o lib/md4.o \