mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
6f37a17d4a
(This used to be commit 82383a6c12c2c4f2a8779f9399e503003a4a9f99)
24 lines
763 B
Makefile
24 lines
763 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBSAMBA3
|
|
[LIBRARY::LIBSAMBA3]
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0
|
|
DESCRIPTION = Library for reading Samba3 data files
|
|
PRIVATE_PROTO_HEADER = samba3_proto.h
|
|
PUBLIC_HEADERS = samba3.h
|
|
OBJ_FILES = tdbsam.o policy.o \
|
|
idmap.o winsdb.o samba3.o group.o \
|
|
registry.o secrets.o share_info.o
|
|
PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \
|
|
CREDENTIALS SMBPASSWD
|
|
# End SUBSYSTEM LIBSAMBA3
|
|
################################################
|
|
|
|
################################################
|
|
# Start SUBSYSTEM LIBSAMBA3
|
|
[SUBSYSTEM::SMBPASSWD]
|
|
PRIVATE_PROTO_HEADER = samba3_smbpasswd_proto.h
|
|
OBJ_FILES = smbpasswd.o
|
|
# End SUBSYSTEM LIBSAMBA3
|
|
################################################
|