mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r10301: fix standalone compiple after tdb changes
(This used to be commit acfb4b9283
)
This commit is contained in:
parent
4f85004da5
commit
cba1859fe1
@ -41,7 +41,10 @@ CFLAGS = $(CFLAGS1) $(GCOV_FLAGS) @CFLAGS@
|
||||
|
||||
LIB_FLAGS=-Llib -lldb $(LDAP_LIBS) $(SQLITE3_LIBS) $(GCOV_LIBS) @LIBS@
|
||||
|
||||
TDB_OBJ=$(TDBDIR)/common/tdb.o $(TDBDIR)/common/spinlock.o
|
||||
TDB_OBJ=$(TDBDIR)/common/tdb.o $(TDBDIR)/common/dump.o \
|
||||
$(TDBDIR)/common/io.o $(TDBDIR)/common/lock.o \
|
||||
$(TDBDIR)/common/open.o $(TDBDIR)/common/traverse.o \
|
||||
$(TDBDIR)/common/freelist.o $(TDBDIR)/common/error.o
|
||||
TALLOC_OBJ=$(TALLOCDIR)/talloc.o
|
||||
|
||||
LDB_TDB_OBJ=ldb_tdb/ldb_tdb.o \
|
||||
|
Loading…
Reference in New Issue
Block a user