summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-24 00:15:43 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-24 00:15:43 +0100
commit1feab85be605269db272a4b48375fd85845b7ffd (patch)
tree88b26d6dd8c27d8bb1200687793062ac31c23d8a /source4/auth
parent30bdb68c9ebe281d8c512f8b737141d76a7c7d68 (diff)
downloadsamba-1feab85be605269db272a4b48375fd85845b7ffd.tar.gz
samba-1feab85be605269db272a4b48375fd85845b7ffd.tar.bz2
samba-1feab85be605269db272a4b48375fd85845b7ffd.zip
Rename samba-socket -> samba_socket to fix a couple more compiler
warnings.
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/gensec/config.mk2
-rw-r--r--source4/auth/kerberos/config.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk
index f08ff2638a..3c2fa51f78 100644
--- a/source4/auth/gensec/config.mk
+++ b/source4/auth/gensec/config.mk
@@ -2,7 +2,7 @@
# Start SUBSYSTEM gensec
[LIBRARY::gensec]
PUBLIC_DEPENDENCIES = \
- CREDENTIALS LIBSAMBA-UTIL LIBCRYPTO ASN1_UTIL samba-socket LIBPACKET
+ CREDENTIALS LIBSAMBA-UTIL LIBCRYPTO ASN1_UTIL samba_socket LIBPACKET
# End SUBSYSTEM gensec
#################################
diff --git a/source4/auth/kerberos/config.mk b/source4/auth/kerberos/config.mk
index 951e247258..b724b8df37 100644
--- a/source4/auth/kerberos/config.mk
+++ b/source4/auth/kerberos/config.mk
@@ -1,7 +1,7 @@
#################################
# Start SUBSYSTEM KERBEROS
[SUBSYSTEM::KERBEROS]
-PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE
+PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba_socket LIBCLI_RESOLVE
PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply LIBPACKET LIBNDR
# End SUBSYSTEM KERBEROS
#################################