summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-10-26 19:50:55 +0200
committerMichael Adam <obnox@samba.org>2007-11-06 19:32:10 +0100
commit7d899b5e7b7cd26d33fb1e9c9c8a63efabc4b093 (patch)
tree88d867cc7ae1e941b37c77f647cfd3f6cd31f3c7 /source3/Makefile.in
parent754159ed9b28976f50adc4aa210cbfcac5217ce1 (diff)
downloadsamba-7d899b5e7b7cd26d33fb1e9c9c8a63efabc4b093.tar.gz
samba-7d899b5e7b7cd26d33fb1e9c9c8a63efabc4b093.tar.bz2
samba-7d899b5e7b7cd26d33fb1e9c9c8a63efabc4b093.zip
Move some access check functions that are not posix-acl specific
to a new source file of their own. Michael (This used to be commit 9dd18bb534bca6b5de6cad9580b48681b36c0832)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index baa18283d4..ef3a0c97eb 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -542,6 +542,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/quotas.o smbd/ntquotas.o $(AFS_OBJ) smbd/msdfs.o \
$(AFS_SETTOKEN_OBJ) smbd/aio.o smbd/statvfs.o \
smbd/dmapi.o \
+ smbd/file_access.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \