summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-28 03:07:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-28 03:07:42 +0200
commit715cee3bdbabd86b7603fbb43da470bdb8c1fe9d (patch)
tree519f9079ec4806b4b6bd80da0e61768b319992a7 /source4
parentfbf83882458c2e34c8ed89d50867c7d418d90bbf (diff)
downloadsamba-715cee3bdbabd86b7603fbb43da470bdb8c1fe9d.tar.gz
samba-715cee3bdbabd86b7603fbb43da470bdb8c1fe9d.tar.bz2
samba-715cee3bdbabd86b7603fbb43da470bdb8c1fe9d.zip
Use variables for directories in ntvfs smb2 module.
(This used to be commit ea550711c5949f11f9d2ad41ff96b56644f06547)
Diffstat (limited to 'source4')
-rw-r--r--source4/ntvfs/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index bf34c4082a..593c526edb 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -27,7 +27,7 @@ PRIVATE_DEPENDENCIES = \
# End MODULE ntvfs_smb2
################################################
-ntvfs_smb2_OBJ_FILES = ntvfs/smb2/vfs_smb2.o
+ntvfs_smb2_OBJ_FILES = $(ntvfssrcdir)/smb2/vfs_smb2.o
################################################