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:
parent
48903c75ed
commit
1ad563286f
@ -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@
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user