1
0
mirror of https://github.com/samba-team/samba.git synced 2025-10-29 04:23:51 +03:00

r15318: Don't create empty static libraries as some hosts have trouble with them.

This commit is contained in:
Jelmer Vernooij
2006-04-29 11:32:54 +00:00
committed by Gerald (Jerry) Carter
parent 9bbc93bef2
commit 1505d7c600
5 changed files with 10 additions and 3 deletions

View File

@@ -6,5 +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
# End SUBSYSTEM SOCKET_WRAPPER
##############################