summaryrefslogtreecommitdiff
path: root/source4/lib/tls
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-01 15:08:30 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-01 15:08:30 +0200
commitf41b9a9dde0dcad17e3a137537548f9bd9ab3901 (patch)
tree72a4dee546384c79e2648125bf441c832372a8c3 /source4/lib/tls
parent0ef6489eb171767401c2937f36e44c0b3c58f4f0 (diff)
downloadsamba-f41b9a9dde0dcad17e3a137537548f9bd9ab3901.tar.gz
samba-f41b9a9dde0dcad17e3a137537548f9bd9ab3901.tar.bz2
samba-f41b9a9dde0dcad17e3a137537548f9bd9ab3901.zip
Rename libsamba-config to libsamba-hostconfig.
(This used to be commit c46b7e90e347da76156ddcae4866adb88e9fec21)
Diffstat (limited to 'source4/lib/tls')
-rw-r--r--source4/lib/tls/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/tls/config.mk b/source4/lib/tls/config.mk
index f75c613e73..8e8330f709 100644
--- a/source4/lib/tls/config.mk
+++ b/source4/lib/tls/config.mk
@@ -5,7 +5,7 @@ OBJ_FILES = \
tls.o \
tlscert.o
PUBLIC_DEPENDENCIES = \
- LIBTALLOC GNUTLS LIBSAMBA-CONFIG samba-socket
+ LIBTALLOC GNUTLS LIBSAMBA-HOSTCONFIG samba-socket
#
# End SUBSYSTEM LIBTLS
################################################