r12254: Add some (hopefully correct) descriptions for libraries that are installed.
[samba.git] / source / libnet / config.mk
1 #################################
2 # Start SUBSYSTEM LIBNET
3 [LIBRARY::LIBNET]
4 MAJOR_VERSION = 0
5 MINOR_VERSION = 0
6 RELEASE_VERSION = 1
7 DESCRIPTION = User-friendly access to Samba interfaces
8 PUBLIC_HEADERS = libnet.h libnet_join.h libnet_lookup.h libnet_passwd.h \
9                                  libnet_rpc.h libnet_share.h libnet_time.h libnet_user.h \
10                                  libnet_vampire.h userinfo.h userman.h
11 INIT_OBJ_FILES = \
12                 libnet.o
13 ADD_OBJ_FILES = \
14                 libnet_passwd.o \
15                 libnet_time.o \
16                 libnet_rpc.o \
17                 libnet_join.o \
18                 libnet_vampire.o \
19                 libnet_samdump.o \
20                 libnet_samsync_ldb.o \
21                 libnet_user.o \
22                 libnet_share.o \
23                 libnet_lookup.o \
24                 userinfo.o \
25                 userman.o \
26                 domain.o 
27 REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI LIBCLI_COMPOSITE LIBCLI_RESOLVE LIBSAMBA3 LIBCLI_CLDAP
28 # End SUBSYSTEM LIBNET
29 #################################