summaryrefslogtreecommitdiff
path: root/source4/cluster/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 19:46:09 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 19:46:09 +0200
commit137ec6e340610759ed0653b11eafb3f4243e2728 (patch)
tree965f03f77e9dc0e626a74efa64637b25fbb2eee9 /source4/cluster/config.mk
parent4f0db429588e550d97db21fc0c17231c2ea2a25d (diff)
downloadsamba-137ec6e340610759ed0653b11eafb3f4243e2728.tar.gz
samba-137ec6e340610759ed0653b11eafb3f4243e2728.tar.bz2
samba-137ec6e340610759ed0653b11eafb3f4243e2728.zip
Use variables for source directory in a couple more places.
(This used to be commit 2860a7db5968c7007522cdb300eba390da929ab8)
Diffstat (limited to 'source4/cluster/config.mk')
-rw-r--r--source4/cluster/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/cluster/config.mk b/source4/cluster/config.mk
index 00ac597f94..e841956a0c 100644
--- a/source4/cluster/config.mk
+++ b/source4/cluster/config.mk
@@ -1,6 +1,7 @@
+ctdbsrcdir = $(clustersrcdir)/ctdb
mkinclude ctdb/config.mk
[SUBSYSTEM::CLUSTER]
PRIVATE_DEPENDENCIES = ctdb
-CLUSTER_OBJ_FILES = cluster/cluster.o cluster/local.o
+CLUSTER_OBJ_FILES = $(addprefix $(clustersrcdir)/, cluster.o local.o)