mirror of
https://github.com/samba-team/samba.git
synced 2025-12-23 00:23:53 +03:00
17 lines
439 B
Makefile
17 lines
439 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBSAMBA3
|
|
[SUBSYSTEM::LIBSAMBA3]
|
|
ADD_OBJ_FILES = \
|
|
lib/samba3/smbpasswd.o \
|
|
lib/samba3/tdbsam.o \
|
|
lib/samba3/policy.o \
|
|
lib/samba3/idmap.o \
|
|
lib/samba3/winsdb.o \
|
|
lib/samba3/samba3.o \
|
|
lib/samba3/group.o \
|
|
lib/samba3/registry.o \
|
|
lib/samba3/secrets.o \
|
|
lib/samba3/share_info.o
|
|
# End SUBSYSTEM LIBSAMBA3
|
|
################################################
|