5d96e233b47f4c23e89aed1598010f67d13c6d88
[samba.git] / source / lib / samba3 / config.mk
1 ################################################
2 # Start SUBSYSTEM LIBSAMBA3
3 [SUBSYSTEM::LIBSAMBA3]
4 INIT_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/secrets.o
13 # End SUBSYSTEM LIBSAMBA3
14 ################################################
15
16 ################################################
17 # Start BINARY samba3dump
18 [BINARY::samba3dump]
19 INSTALLDIR = BINDIR
20 INIT_OBJ_FILES = \
21                 lib/samba3/samba3dump.o
22 REQUIRED_SUBSYSTEMS = LIBBASIC LIBCMDLINE LIBSAMBA3
23 # End BINARY samba3dump
24 ################################################