mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +03:00
a46e12d0e0
always at it as first private dependencies
metze
(This used to be commit 135d096776
)
12 lines
360 B
Makefile
12 lines
360 B
Makefile
##############################
|
|
# Start SUBSYSTEM SOCKET_WRAPPER
|
|
[LIBRARY::SOCKET_WRAPPER]
|
|
VERSION = 0.0.1
|
|
SO_VERSION = 0
|
|
DESCRIPTION = Wrapper library for testing TCP/IP connections using Unix Sockets
|
|
PUBLIC_HEADERS = socket_wrapper.h
|
|
OBJ_FILES = socket_wrapper.o
|
|
PRIVATE_DEPENDENCIES = EXT_SOCKET
|
|
# End SUBSYSTEM SOCKET_WRAPPER
|
|
##############################
|