r9595: Add ldb map module
[sfrench/samba-autobuild/.git] / source / lib / samba3 / config.mk
1 ################################################
2 # Start SUBSYSTEM LIBSAMBA3
3 [SUBSYSTEM::LIBSAMBA3]
4 ADD_OBJ_FILES = \
5                 lib/samba3/smbpasswd.o \
6                 lib/samba3/tdbsam.o \
7                 lib/samba3/policy.o \
8                 lib/samba3/idmap.o \
9                 lib/samba3/winsdb.o \
10                 lib/samba3/samba3.o \
11                 lib/samba3/group.o \
12                 lib/samba3/registry.o \
13                 lib/samba3/secrets.o \
14                 lib/samba3/ldb_samba3.o
15 # End SUBSYSTEM LIBSAMBA3
16 ################################################
17
18 ################################################
19 # Start BINARY samba3dump
20 [BINARY::samba3dump]
21 INSTALLDIR = BINDIR
22 INIT_OBJ_FILES = \
23                 lib/samba3/samba3dump.o
24 REQUIRED_SUBSYSTEMS = LIBBASIC LIBCMDLINE LIBSAMBA3
25 # End BINARY samba3dump
26 ################################################