summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-03-04 01:37:18 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-03-04 01:37:18 +0100
commita69acf7cb96bf41bafce303a2cf21c31f1366328 (patch)
tree12381b4493714bf7a369e8695baa71b62fa665a2 /source4/ntvfs/common
parente018501ca8e3e12e52557eafa66d104fe65088ae (diff)
downloadsamba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.gz
samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.tar.bz2
samba-a69acf7cb96bf41bafce303a2cf21c31f1366328.zip
Deal with subsystems with no settings, several other minor fixes.
(This used to be commit 10cf48591e8d6bfb750a6ff187f04ea24a1f8cd7)
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 99a8a7af45..356f6465c3 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 ntvfs/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)