summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-27 00:24:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:11 -0500
commit6895228b5c911a0859274dc7e3d427dd9cadeeca (patch)
tree92c6d399d1e19c96e09c4419decedfd142528954 /source4/ntvfs/config.mk
parente1d7b15868888d0d34936ebb734d79cb2b9a1076 (diff)
downloadsamba-6895228b5c911a0859274dc7e3d427dd9cadeeca.tar.gz
samba-6895228b5c911a0859274dc7e3d427dd9cadeeca.tar.bz2
samba-6895228b5c911a0859274dc7e3d427dd9cadeeca.zip
r3982: split out the sid -> uid/gid mapping routines into a ntvfs_sidmap
subsystem. This is in preparation for adding better default ACL generation in pvfs, which will require uid/gid -> sid mapping. (This used to be commit b31108e49247495d98cf7c12ee303b12a9e44e92)
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index 43157a8c66..55f8270de2 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -59,6 +59,17 @@ INIT_OBJ_FILES = \
################################################
################################################
+# Start SUBSYSTEM ntvfs_common
+[SUBSYSTEM::ntvfs_common]
+ADD_OBJ_FILES = \
+ ntvfs/common/brlock.o \
+ ntvfs/common/opendb.o \
+ ntvfs/common/sidmap.o
+# End SUBSYSTEM ntvfs_common
+################################################
+
+
+################################################
# Start SUBSYSTEM NTVFS
[SUBSYSTEM::NTVFS]
INIT_OBJ_FILES = \