mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
bc4aebfaec
Re-introduce and use the OUTPUT_TYPE property for MODULEs to force
specific modules to always be included
(This used to be commit f9eede3d40
)
31 lines
905 B
Makefile
31 lines
905 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBNET
|
|
[LIBRARY::LIBNET]
|
|
MAJOR_VERSION = 0
|
|
MINOR_VERSION = 0
|
|
RELEASE_VERSION = 1
|
|
DESCRIPTION = User-friendly access to Samba interfaces
|
|
PRIVATE_PROTO_HEADER = libnet_proto.h
|
|
PUBLIC_HEADERS = libnet.h libnet_join.h libnet_lookup.h libnet_passwd.h \
|
|
libnet_rpc.h libnet_share.h libnet_time.h libnet_user.h \
|
|
libnet_vampire.h userinfo.h userman.h
|
|
OBJ_FILES = \
|
|
libnet.o \
|
|
libnet_passwd.o \
|
|
libnet_time.o \
|
|
libnet_rpc.o \
|
|
libnet_join.o \
|
|
libnet_vampire.o \
|
|
libnet_samdump.o \
|
|
libnet_samdump_keytab.o \
|
|
libnet_samsync_ldb.o \
|
|
libnet_user.o \
|
|
libnet_share.o \
|
|
libnet_lookup.o \
|
|
userinfo.o \
|
|
userman.o \
|
|
domain.o
|
|
REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI LIBCLI_COMPOSITE LIBCLI_RESOLVE LIBSAMBA3 LIBCLI_CLDAP gensec_schannel
|
|
# End SUBSYSTEM LIBNET
|
|
#################################
|