summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-01 12:54:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:28 -0500
commit6275553baee5593f9e13a0635755b2deb275c3be (patch)
treeeffa8d8e0d11e48dd31fb32fe0aa358882d09198 /source4/auth/kerberos/config.mk
parentfe9312609694011d9201a3d07df2cde5a75eec05 (diff)
downloadsamba-6275553baee5593f9e13a0635755b2deb275c3be.tar.gz
samba-6275553baee5593f9e13a0635755b2deb275c3be.tar.bz2
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/auth/kerberos/config.mk')
-rw-r--r--source4/auth/kerberos/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/kerberos/config.mk b/source4/auth/kerberos/config.mk
index 4d6d07c743..16a1c5fc71 100644
--- a/source4/auth/kerberos/config.mk
+++ b/source4/auth/kerberos/config.mk
@@ -9,7 +9,7 @@ OBJ_FILES = kerberos.o \
kerberos_pac.o \
gssapi_parse.o \
krb5_init_context.o
-PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC SOCKET LIBCLI_RESOLVE
+PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC LIBSAMBA-SOCKET LIBCLI_RESOLVE
PRIVATE_DEPENDENCIES = ASN1_UTIL HEIMDAL_ROKEN_ADDRINFO auth_sam
# End SUBSYSTEM KERBEROS
#################################