summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-12 16:27:00 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-12 16:27:00 +0200
commita52e729f304c1edbd3842f837f4b2b11222bbc57 (patch)
treea54bf8fdf90318ef19a27a3f0820d14ca594d771 /source3/Makefile.in
parent1d0cda2f034c44e2274f90b5453e5b031446c034 (diff)
downloadsamba-a52e729f304c1edbd3842f837f4b2b11222bbc57.tar.gz
samba-a52e729f304c1edbd3842f837f4b2b11222bbc57.tar.bz2
samba-a52e729f304c1edbd3842f837f4b2b11222bbc57.zip
Move rbtree.[ch] to lib/util.
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 e58d3ba73d..b5328400ba 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -312,7 +312,7 @@ LIBSAMBAUTIL_OBJ = @LIBTALLOC_STATIC@ \
LIB_OBJ = $(LIBSAMBAUTIL_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/rbtree.o lib/memcache.o \
+ lib/interfaces.o ../lib/util/rbtree.o lib/memcache.o \
lib/util_transfer_file.o lib/async_req.o \
lib/async_sock.o \
$(TDB_LIB_OBJ) \