summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-03 13:58:07 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-03 13:58:07 +0000
commit4d9ab2add20ea8b6435c5b6a96c4d5df86413a8d (patch)
tree7a74ab6664ccbd8efa50ea78a5d6fe5b5c4c88af /source3/Makefile.in
parentaa7aacacab413ec608fcc8ba2ba5d9cbeaa340d8 (diff)
downloadsamba-4d9ab2add20ea8b6435c5b6a96c4d5df86413a8d.tar.gz
samba-4d9ab2add20ea8b6435c5b6a96c4d5df86413a8d.tar.bz2
samba-4d9ab2add20ea8b6435c5b6a96c4d5df86413a8d.zip
support getcwd() in smbwrapper
(This used to be commit d516ee383c287550a5953cf5ea1cd69cc957e1aa)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2558d8eaf3..f086e0b347 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -199,7 +199,7 @@ SMBWRAPPER_OBJ = smbwrapper/open.o smbwrapper/stat.o \
smbwrapper/fcntl.o smbwrapper/access.o smbwrapper/chdir.o \
smbwrapper/write.o smbwrapper/readlink.o smbwrapper/unlink.o \
smbwrapper/rename.o smbwrapper/utime.o smbwrapper/chown.o \
- smbwrapper/chmod.o smbwrapper/lseek.o \
+ smbwrapper/chmod.o smbwrapper/lseek.o smbwrapper/getcwd.o \
smbwrapper/mkdir.o smbwrapper/rmdir.o \
$(LIBSMB_OBJ) $(PARAM_OBJ) \
$(UBIQX_OBJ) $(LIB_OBJ)