summaryrefslogtreecommitdiff
path: root/source4/torture/local/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 19:54:27 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 19:54:27 +0200
commit03643aec88244d976da394521adbd29a31339569 (patch)
tree5b83a726cb5144ba4f27b55bb956041d15a35be9 /source4/torture/local/config.mk
parent137ec6e340610759ed0653b11eafb3f4243e2728 (diff)
downloadsamba-03643aec88244d976da394521adbd29a31339569.tar.gz
samba-03643aec88244d976da394521adbd29a31339569.tar.bz2
samba-03643aec88244d976da394521adbd29a31339569.zip
Use variables for source directory in a couple more places.
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
Diffstat (limited to 'source4/torture/local/config.mk')
-rw-r--r--source4/torture/local/config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index d7cac101df..50951c61a8 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -46,7 +46,7 @@ TORTURE_LOCAL_OBJ_FILES = \
param/tests/share.o \
param/tests/loadparm.o \
auth/credentials/tests/simple.o \
- torture/local/local.o \
- torture/local/dbspeed.o \
- torture/local/torture.o
+ $(torturesrcdir)/local/local.o \
+ $(torturesrcdir)/local/dbspeed.o \
+ $(torturesrcdir)/local/torture.o