mirror of
https://github.com/samba-team/samba.git
synced 2025-01-28 17:47:29 +03:00
d8e35f8828
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
24 lines
424 B
Makefile
24 lines
424 B
Makefile
#################################
|
|
# Start SUBSYSTEM TORTURE_LOCAL
|
|
[SUBSYSTEM::TORTURE_LOCAL]
|
|
OBJ_FILES = \
|
|
iconv.o \
|
|
../../lib/talloc/testsuite.o \
|
|
messaging.o \
|
|
binding_string.o \
|
|
idtree.o \
|
|
socket.o \
|
|
irpc.o \
|
|
registry.o \
|
|
resolve.o \
|
|
util_strlist.o \
|
|
util_file.o \
|
|
sddl.o
|
|
REQUIRED_SUBSYSTEMS = \
|
|
LIBSMB \
|
|
MESSAGING \
|
|
REGISTRY
|
|
# End SUBSYSTEM TORTURE_LOCAL
|
|
#################################
|
|
|