summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-18 19:54:27 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-18 19:54:27 +0200
commit03643aec88244d976da394521adbd29a31339569 (patch)
tree5b83a726cb5144ba4f27b55bb956041d15a35be9 /source4/ntvfs/common
parent137ec6e340610759ed0653b11eafb3f4243e2728 (diff)
downloadsamba-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/ntvfs/common')
-rw-r--r--source4/ntvfs/common/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk
index c66257b73f..f4518698ea 100644
--- a/source4/ntvfs/common/config.mk
+++ b/source4/ntvfs/common/config.mk
@@ -7,5 +7,5 @@ PRIVATE_DEPENDENCIES = brlock_ctdb opendb_ctdb
# End LIBRARY ntvfs_common
################################################
-ntvfs_common_OBJ_FILES = $(addprefix ntvfs/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
+ntvfs_common_OBJ_FILES = $(addprefix $(ntvfssrcdir)/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)