mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r923: Fixes so tdbtool and tdbtest can be built. Added build specs for tdbdump and tdbbackup.
(This used to be commit c5dc3da340
)
This commit is contained in:
parent
d01371a3f9
commit
73b9376e26
@ -5,11 +5,14 @@
|
||||
CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1
|
||||
CC = gcc
|
||||
|
||||
ADMINPROGS = tdbdump tdbbackup
|
||||
PROGS = tdbtest tdbtool tdbtorture
|
||||
TDB_OBJ = tdb.o spinlock.o
|
||||
TDB_OBJ = tdb.o spinlock.o tdbback.o
|
||||
|
||||
default: $(PROGS)
|
||||
|
||||
admintools: $(ADMINPROGS)
|
||||
|
||||
tdbtest: tdbtest.o $(TDB_OBJ)
|
||||
$(CC) $(CFLAGS) -o tdbtest tdbtest.o $(TDB_OBJ) -lgdbm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user