mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
d9538e7412
- moved some sec desc defines into misc.idl - fixed pw_len field in UserInfo26 - made some pipes available on TCP - added netr_DsrEnumerateDomainTrusts() to netlogon - added templates for remaining netlogon IDL calls (from ethereal) - added a unistr_noterm vs unistr error detector in ndr basic decoder - added torture test for netr_DsrEnumerateDomainTrusts() (This used to be commit ae5a5113fb83640dcb9ae4642c1b9eaf28487956)
58 lines
1.1 KiB
Makefile
58 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
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBTDB CHARSET
|
|
# End SUBSYSTEM LIBBASIC
|
|
##############################
|