1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-10 13:57:47 +03:00
Andrew Bartlett bf598954f7 r1198: Merge the Samba 3.0 ntlm_auth, including the kerberos and SPENGO parts.
I have moved the SPNEGO and Kerberos code into libcli/auth, and intend
to refactor them into the same format as NTLMSSP.

Andrew Bartlett
(This used to be commit 58da78a7460d5d0a4abee7d7b84799c228e6bc0b)
2007-10-10 12:56:44 -05:00

59 lines
1.1 KiB
Makefile

# LIB BASIC subsystem
##############################
# Start SUBSYSTEM LIBBASIC
[SUBSYSTEM::LIBBASIC]
INIT_OBJ_FILES = lib/version.o
ADD_OBJ_FILES = \
lib/debug.o \
lib/fault.o \
lib/getsmbpass.o \
lib/interface.o \
lib/interfaces.o \
lib/pidfile.o \
lib/replace.o \
lib/signal.o \
lib/system.o \
lib/time.o \
lib/genrand.o \
lib/username.o \
lib/smbrun.o \
lib/bitmap.o \
lib/snprintf.o \
lib/dprintf.o \
lib/xfile.o \
lib/wins_srv.o \
lib/util_str.o \
lib/util_sid.o \
lib/util_secdesc.o \
lib/util_uuid.o \
lib/util_unistr.o \
lib/util_file.o \
lib/data_blob.o \
lib/util.o \
lib/util_sock.o \
lib/talloc.o \
lib/substitute.o \
lib/fsusage.o \
lib/ms_fnmatch.o \
lib/select.o \
lib/messages.o \
lib/tallocmsg.o \
lib/dmallocmsg.o \
lib/pam_errors.o \
intl/lang_tdb.o \
lib/gencache.o \
lib/module.o \
lib/mutex.o \
lib/events.o \
lib/crypto/crc32.o \
lib/crypto/md5.o \
lib/crypto/hmacmd5.o \
lib/crypto/md4.o \
lib/tdb_helper.o \
lib/server_mutex.o
REQUIRED_SUBSYSTEMS = \
LIBTDB CHARSET
# End SUBSYSTEM LIBBASIC
##############################