mirror of
https://github.com/samba-team/samba.git
synced 2025-03-10 12:58:35 +03:00
15 lines
463 B
Makefile
15 lines
463 B
Makefile
################################################
|
|
# Start SUBSYSTEM LIBSAMBA3
|
|
[LIBRARY::LIBSAMBA3]
|
|
MAJOR_VERSION = 0
|
|
MINOR_VERSION = 0
|
|
RELEASE_VERSION = 1
|
|
DESCRIPTION = Library for reading Samba3 data files
|
|
PRIVATE_PROTO_HEADER = samba3_proto.h
|
|
PUBLIC_HEADERS = samba3.h
|
|
OBJ_FILES = smbpasswd.o tdbsam.o policy.o \
|
|
idmap.o winsdb.o samba3.o group.o \
|
|
registry.o secrets.o share_info.o
|
|
# End SUBSYSTEM LIBSAMBA3
|
|
################################################
|