summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-02-03 05:05:29 +0000
committerTim Potter <tpot@samba.org>2000-02-03 05:05:29 +0000
commitd91bfec537cf9959b47ad1cd470e18a6ddcbda6f (patch)
tree0de5768babd5a0f5aa18bd6986c26ed773106b8a
parent71fc4dc7917d5c4782f61640c5b7681732742766 (diff)
downloadsamba-d91bfec537cf9959b47ad1cd470e18a6ddcbda6f.tar.gz
Added smbd/vfs.o and smbd/vfs-wrap.o to smbd objects.
-rw-r--r--source/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index fd736fd5d50..171dfad337c 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -148,6 +148,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \
smbd/message.o smbd/nttrans.o smbd/pipes.o smbd/predict.o \
smbd/$(QUOTAOBJS) smbd/reply.o smbd/trans2.o smbd/uid.o \
smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \
+ smbd/vfs.o smbd/vfs-wrap.o \
lib/msrpc-client.o lib/msrpc_use.o \
rpc_parse/parse_creds.o \
smbd/process.o smbd/oplock.o smbd/service.o smbd/error.o