summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 66c65c5e90..e473700f4d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -176,7 +176,8 @@ 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/ssl.o smbd/trans2.o smbd/uid.o \
smbd/dosmode.o smbd/filename.o smbd/open.o smbd/close.o smbd/blocking.o \
- smbd/process.o smbd/oplock.o smbd/service.o smbd/error.o
+ smbd/process.o smbd/oplock.o smbd/service.o smbd/error.o smbd/vfs.o \
+ smbd/vfs-wrap.o
PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/printing.o