summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba
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/ldb-samba
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/ldb-samba')
-rw-r--r--source4/lib/ldb-samba/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb-samba/config.mk b/source4/lib/ldb-samba/config.mk
index 6a0b842fff..96eead1551 100644
--- a/source4/lib/ldb-samba/config.mk
+++ b/source4/lib/ldb-samba/config.mk
@@ -7,5 +7,5 @@ PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC
# End SUBSYSTEM LDBSAMBA
################################################
-LDBSAMBA_OBJ_FILES = lib/ldb-samba/ldif_handlers.o
+LDBSAMBA_OBJ_FILES = $(ldb_sambasrcdir)/ldif_handlers.o