diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-07 10:02:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:50 -0500 |
commit | 135d096776b53ae09ffc2b4f767dfbd18139570f (patch) | |
tree | 0e74f95a75bdfca315c2c00e6c4d65f93cc9b6b7 /source/lib/socket_wrapper | |
parent | d03aaecdcd62ecf2910f0d0570184a0c42874574 (diff) | |
download | samba-135d096776b53ae09ffc2b4f767dfbd18139570f.tar.gz |
r18213: don't list LIBREPLACE depdendecies explicit and
always at it as first private dependencies
metze
Diffstat (limited to 'source/lib/socket_wrapper')
-rw-r--r-- | source/lib/socket_wrapper/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/socket_wrapper/config.mk b/source/lib/socket_wrapper/config.mk index 9d38e75341f..9e194230dc1 100644 --- a/source/lib/socket_wrapper/config.mk +++ b/source/lib/socket_wrapper/config.mk @@ -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 ############################## |