summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/config.mk
blob: 76d3f50e4be4ee76bc7eb5b6916e5608c69c1cfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
################################################
# Start SUBSYSTEM LIBSAMBA3
[LIBRARY::LIBSAMBA3]
MAJOR_VERSION = 0
MINOR_VERSION = 0
RELEASE_VERSION = 1
DESCRIPTION = Library for reading Samba3 data files
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
################################################