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/ntvfs/unixuid | |
parent | 137ec6e340610759ed0653b11eafb3f4243e2728 (diff) | |
download | samba-03643aec88244d976da394521adbd29a31339569.tar.gz |
Use variables for source directory in a couple more places.
(This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4)
Diffstat (limited to 'source4/ntvfs/unixuid')
-rw-r--r-- | source4/ntvfs/unixuid/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/unixuid/config.mk b/source4/ntvfs/unixuid/config.mk index 968e56bde46..6377657cec9 100644 --- a/source4/ntvfs/unixuid/config.mk +++ b/source4/ntvfs/unixuid/config.mk @@ -7,4 +7,4 @@ PRIVATE_DEPENDENCIES = SAMDB NSS_WRAPPER # End MODULE ntvfs_unixuid ################################################ -ntvfs_unixuid_OBJ_FILES = ntvfs/unixuid/vfs_unixuid.o +ntvfs_unixuid_OBJ_FILES = $(ntvfssrcdir)/unixuid/vfs_unixuid.o |