1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-28 03:33:13 +03:00

r18213: don't list LIBREPLACE depdendecies explicit and

always at it as first private dependencies

metze
This commit is contained in:
Stefan Metzmacher
2006-09-07 10:02:32 +00:00
committed by Gerald (Jerry) Carter
parent d03aaecdcd
commit 135d096776
18 changed files with 22 additions and 40 deletions

View File

@@ -6,6 +6,6 @@ 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 LIBREPLACE
PRIVATE_DEPENDENCIES = EXT_SOCKET
# End SUBSYSTEM SOCKET_WRAPPER
##############################