diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 19:54:27 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 19:54:27 +0200 |
commit | 03643aec88244d976da394521adbd29a31339569 (patch) | |
tree | 5b83a726cb5144ba4f27b55bb956041d15a35be9 /source4/torture/winbind | |
parent | 137ec6e340610759ed0653b11eafb3f4243e2728 (diff) | |
download | samba-03643aec88244d976da394521adbd29a31339569.tar.gz samba-03643aec88244d976da394521adbd29a31339569.tar.xz samba-03643aec88244d976da394521adbd29a31339569.zip |
Use variables for source directory in a couple more places.
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
Diffstat (limited to 'source4/torture/winbind')
-rw-r--r-- | source4/torture/winbind/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/winbind/config.mk b/source4/torture/winbind/config.mk index ee8ff950a6..83e56e1127 100644 --- a/source4/torture/winbind/config.mk +++ b/source4/torture/winbind/config.mk @@ -11,5 +11,5 @@ PRIVATE_DEPENDENCIES = \ # End SUBSYSTEM TORTURE_WINBIND ################################# -TORTURE_WINBIND_OBJ_FILES = $(addprefix torture/winbind/, winbind.o struct_based.o) +TORTURE_WINBIND_OBJ_FILES = $(addprefix $(torturesrcdir)/winbind/, winbind.o struct_based.o) |