diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-28 03:07:42 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-28 03:07:42 +0200 |
commit | 715cee3bdbabd86b7603fbb43da470bdb8c1fe9d (patch) | |
tree | 519f9079ec4806b4b6bd80da0e61768b319992a7 /source4/ntvfs | |
parent | fbf83882458c2e34c8ed89d50867c7d418d90bbf (diff) | |
download | samba-715cee3bdbabd86b7603fbb43da470bdb8c1fe9d.tar.gz samba-715cee3bdbabd86b7603fbb43da470bdb8c1fe9d.tar.xz samba-715cee3bdbabd86b7603fbb43da470bdb8c1fe9d.zip |
Use variables for directories in ntvfs smb2 module.
(This used to be commit ea550711c5949f11f9d2ad41ff96b56644f06547)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk index bf34c4082ab..593c526edb2 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 ################################################ |