make the SMB2 negotiated read and write size settable in smb.conf
[samba.git] / source / lib / tdb / config.mk
1 ################################################
2 # Start SUBSYSTEM LIBTDB
3 [LIBRARY::LIBTDB]
4 OUTPUT_TYPE = STATIC_LIBRARY
5 OBJ_FILES = \
6         common/tdb.o common/dump.o common/io.o common/lock.o \
7         common/open.o common/traverse.o common/freelist.o \
8         common/error.o common/transaction.o
9 CFLAGS = -Ilib/tdb/include
10 #
11 # End SUBSYSTEM ldb
12 ################################################
13
14 ################################################
15 # Start BINARY tdbtool
16 [BINARY::tdbtool]
17 INSTALLDIR = BINDIR
18 OBJ_FILES= \
19                 tools/tdbtool.o
20 PRIVATE_DEPENDENCIES = \
21                 LIBTDB
22 # End BINARY tdbtool
23 ################################################
24
25 ################################################
26 # Start BINARY tdbtorture
27 [BINARY::tdbtorture]
28 INSTALLDIR = BINDIR
29 OBJ_FILES= \
30                 tools/tdbtorture.o
31 PRIVATE_DEPENDENCIES = \
32                 LIBTDB
33 # End BINARY tdbtorture
34 ################################################
35
36 ################################################
37 # Start BINARY tdbdump
38 [BINARY::tdbdump]
39 INSTALLDIR = BINDIR
40 OBJ_FILES= \
41                 tools/tdbdump.o
42 PRIVATE_DEPENDENCIES = \
43                 LIBTDB
44 # End BINARY tdbdump
45 ################################################
46
47 ################################################
48 # Start BINARY tdbbackup
49 [BINARY::tdbbackup]
50 INSTALLDIR = BINDIR
51 OBJ_FILES= \
52                 tools/tdbbackup.o
53 PRIVATE_DEPENDENCIES = \
54                 LIBTDB
55 # End BINARY tdbbackup
56 ################################################