summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 10:24:49 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 10:24:49 +0000
commit909ca3a887d8befe49089665d88946e304d9f0cc (patch)
treea770db6eea41b475bdb500b926b773641d9f07be /source3/Makefile.in
parentcce5f09a90b5027bafd22f42edab9c256789bce1 (diff)
downloadsamba-909ca3a887d8befe49089665d88946e304d9f0cc.tar.gz
samba-909ca3a887d8befe49089665d88946e304d9f0cc.tar.bz2
samba-909ca3a887d8befe49089665d88946e304d9f0cc.zip
added basic chmod(), chown() and utime() support (not fully
implemented). this is enough to be able to edit files using emacs on the smbwrapper filesystem (This used to be commit e5c3f36ef2e8fc0195d70b2f5db7d88d9ae4507a)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 51cc52eb8a..d7113c5e5d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -198,7 +198,8 @@ SMBWRAPPER_OBJ = smbwrapper/open.o smbwrapper/stat.o \
smbwrapper/lstat.o smbwrapper/close.o smbwrapper/getdents.o \
smbwrapper/fcntl.o smbwrapper/access.o smbwrapper/chdir.o \
smbwrapper/write.o smbwrapper/readlink.o smbwrapper/unlink.o \
- smbwrapper/rename.o \
+ smbwrapper/rename.o smbwrapper/utime.o smbwrapper/chown.o \
+ smbwrapper/chmod.o \
$(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)