1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r19429: moved tdb/common/tdbutil.c into lib/util_tdb.c

see discussion on samba-technical
This commit is contained in:
Andrew Tridgell 2006-10-20 23:46:59 +00:00 committed by Gerald (Jerry) Carter
parent 48903c75ed
commit 1ad563286f
4 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ TDBBASE_OBJ = tdb/common/tdb.o tdb/common/dump.o tdb/common/error.o \
tdb/common/freelist.o tdb/common/io.o tdb/common/lock.o \
tdb/common/open.o tdb/common/transaction.o tdb/common/traverse.o
TDB_OBJ = $(TDBBASE_OBJ) tdb/common/tdbutil.o tdb/common/tdbback.o
TDB_OBJ = $(TDBBASE_OBJ) lib/util_tdb.o tdb/common/tdbback.o
SMBLDAP_OBJ = @SMBLDAP@ @SMBLDAPUTIL@

View File

@ -617,7 +617,7 @@ typedef int BOOL;
#include "intl.h"
#include "dlinklist.h"
#include "tdb.h"
#include "tdbutil.h"
#include "util_tdb.h"
#include "tdbback.h"
#include "lib/talloc/talloc.h"