summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-01 22:07:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:05:30 -0500
commit46f627ea7afb0ad006efadf593bf202cea05194e (patch)
tree2e92592f7e386d35a2f41d0daa6fcba188dd8202 /source4/auth/kerberos/config.mk
parent07440b79e86fb23248b59a5abcc88a1d090f32ee (diff)
downloadsamba-46f627ea7afb0ad006efadf593bf202cea05194e.tar.gz
samba-46f627ea7afb0ad006efadf593bf202cea05194e.tar.bz2
samba-46f627ea7afb0ad006efadf593bf202cea05194e.zip
r15384: Improve naming of socket library, disable Requires(.private)? fields in pkg-config files for now as
they break external projects. (This used to be commit f919fd6655f00361691e676d260bd40e0b8ddcc7)
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 16a1c5fc71..f65ebec63a 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 LIBSAMBA-SOCKET LIBCLI_RESOLVE
+PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE
PRIVATE_DEPENDENCIES = ASN1_UTIL HEIMDAL_ROKEN_ADDRINFO auth_sam
# End SUBSYSTEM KERBEROS
#################################