summaryrefslogtreecommitdiff
path: root/source4/lib/tls
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 20:30:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 20:30:46 +0200
commit333c169529a3f64a28fcaff1056069867fd56a90 (patch)
tree241834eb6c5e01dcdb3c20949185f7113be8af38 /source4/lib/tls
parent6a319288697c9fd6fba10d7363797f9076f993ce (diff)
downloadsamba-333c169529a3f64a28fcaff1056069867fd56a90.tar.gz
samba-333c169529a3f64a28fcaff1056069867fd56a90.tar.bz2
samba-333c169529a3f64a28fcaff1056069867fd56a90.zip
Use variables for source directory in remaining subsystems.
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
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 e2d7cd517a..e01f79ce10 100644
--- a/source4/lib/tls/config.mk
+++ b/source4/lib/tls/config.mk
@@ -2,4 +2,4 @@
PUBLIC_DEPENDENCIES = \
LIBTALLOC GNUTLS LIBSAMBA-HOSTCONFIG samba-socket
-LIBTLS_OBJ_FILES = lib/tls/tls.o lib/tls/tlscert.o
+LIBTLS_OBJ_FILES = $(addprefix $(libtlssrcdir)/, tls.o tlscert.o)