mirror of
https://github.com/samba-team/samba.git
synced 2025-10-29 04:23:51 +03:00
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.
13 lines
365 B
Makefile
13 lines
365 B
Makefile
##############################
|
|
# Start SUBSYSTEM SOCKET_WRAPPER
|
|
[LIBRARY::SOCKET_WRAPPER]
|
|
MAJOR_VERSION = 0
|
|
MINOR_VERSION = 0
|
|
RELEASE_VERSION = 1
|
|
NOPROTO = YES
|
|
DESCRIPTION = Wrapper library for testing TCP/IP connections using Unix Sockets
|
|
PUBLIC_HEADERS = socket_wrapper.h
|
|
OBJ_FILES = socket_wrapper.o
|
|
# End SUBSYSTEM SOCKET_WRAPPER
|
|
##############################
|