diff options
author | Tim Potter <tpot@samba.org> | 1999-04-04 06:47:57 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 1999-04-04 06:47:57 +0000 |
commit | bbff2fad2f5e0be672bc43c7f3941f58782b7353 (patch) | |
tree | 472bf416d37ed1df31d6c5ebd1d136734494dd88 /source3/Makefile.in | |
parent | e2cd60b4e10d2d3d8e3a062228d6637416a2d987 (diff) | |
download | samba-bbff2fad2f5e0be672bc43c7f3941f58782b7353.tar.gz samba-bbff2fad2f5e0be672bc43c7f3941f58782b7353.tar.bz2 samba-bbff2fad2f5e0be672bc43c7f3941f58782b7353.zip |
Added smbd/vfs.o and smbd/vfs-wrap.o to object list for smbd.
(This used to be commit db60aa209c43126d61a798dec69d4f4f5cbcaf37)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 3 |
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 |