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/smb2 | |
parent | 137ec6e340610759ed0653b11eafb3f4243e2728 (diff) | |
download | samba-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/smb2')
-rw-r--r-- | source4/torture/smb2/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smb2/config.mk b/source4/torture/smb2/config.mk index 4e0cac0029..2568053070 100644 --- a/source4/torture/smb2/config.mk +++ b/source4/torture/smb2/config.mk @@ -11,7 +11,7 @@ PRIVATE_DEPENDENCIES = \ # End SUBSYSTEM TORTURE_SMB2 ################################# -TORTURE_SMB2_OBJ_FILES = $(addprefix torture/smb2/, \ +TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \ connect.o \ scan.o \ util.o \ |