diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-01 12:54:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:28 -0500 |
commit | 6275553baee5593f9e13a0635755b2deb275c3be (patch) | |
tree | effa8d8e0d11e48dd31fb32fe0aa358882d09198 /source4/librpc/config.mk | |
parent | fe9312609694011d9201a3d07df2cde5a75eec05 (diff) | |
download | samba-6275553baee5593f9e13a0635755b2deb275c3be.tar.gz samba-6275553baee5593f9e13a0635755b2deb275c3be.tar.xz samba-6275553baee5593f9e13a0635755b2deb275c3be.zip |
r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocket on SUN
boxes.
(This used to be commit c95ad11307dc89384c10bd5919817bf12d9c1ed9)
Diffstat (limited to 'source4/librpc/config.mk')
-rw-r--r-- | source4/librpc/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index 56d8a5b27c1..fbc76b32a05 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -593,7 +593,7 @@ OBJ_FILES = \ rpc/dcerpc_sock.o \ rpc/dcerpc_connect.o PUBLIC_DEPENDENCIES = \ - SOCKET LIBCLI_RESOLVE LIBCLI_SMB LIBCLI_SMB2 \ + LIBSAMBA-SOCKET LIBCLI_RESOLVE LIBCLI_SMB LIBCLI_SMB2 \ LIBNDR NDR_DCERPC \ RPC_NDR_EPMAPPER \ NDR_SCHANNEL RPC_NDR_NETLOGON \ |