The branch, master has been updated via aea64ef s3: tdbdump does not use our libs from bf1a4b2 s4:libcli:smb2 Rename pending_id to async_id and make 64-bit
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit aea64ef275b6e94ca7afb8fa2bb172416773abdf Author: Volker Lendecke <v...@samba.org> Date: Wed Sep 22 18:00:10 2010 +0200 s3: tdbdump does not use our libs ----------------------------------------------------------------------- Summary of changes: source3/Makefile.in | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/source3/Makefile.in b/source3/Makefile.in index 256d799..7062d31 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3032,10 +3032,9 @@ bin/tdbt...@exeext@: $(BINARY_PREREQS) $(TDBTOOL_OBJ) $(LIBTALLOC) $(LIBTDB) @$(CC) -o $@ $(LDFLAGS) $(TDBTOOL_OBJ) $(DYNEXP) \ $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) -bin/tdbd...@exeext@: $(BINARY_PREREQS) $(TDBDUMP_OBJ) $(LIBTALLOC) $(LIBTDB) +bin/tdbd...@exeext@: $(BINARY_PREREQS) $(TDBDUMP_OBJ) $(LIBTDB) @echo Linking $@ - @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) \ - $(LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) + @$(CC) -o $@ $(LDFLAGS) $(TDBDUMP_OBJ) $(DYNEXP) $(LIBTDB_LIBS) bin/tdbtort...@exeext@: $(BINARY_PREREQS) $(TDBTORTURE_OBJ) $(LIBTALLOC) $(LIBTDB) @echo Linking $@ -- Samba Shared Repository