diff options
author | Luke Leighton <lkcl@samba.org> | 1999-07-12 18:46:15 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-07-12 18:46:15 +0000 |
commit | 8f1404739fe75464fe1500c3f6e6d39d4878ec1e (patch) | |
tree | 0e5885d00457b4a8428fb462b6cfa434ad45c79c /source3/Makefile.in | |
parent | 50429f60566839faf647cd4c36b66903c7b855ab (diff) | |
download | samba-8f1404739fe75464fe1500c3f6e6d39d4878ec1e.tar.gz samba-8f1404739fe75464fe1500c3f6e6d39d4878ec1e.tar.xz samba-8f1404739fe75464fe1500c3f6e6d39d4878ec1e.zip |
Jean-Francois Micouleau's rewritten DFS patch, originally written by
Nigel Williams. despite the data format being *exactly* the same as
NT's, this still doesn't work yet. more work needed.
(This used to be commit 270981960bb5aab52d2f8e494827101ece6729c4)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 51558de7499..544dbf3974d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -184,7 +184,7 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.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/vfs.o \ - smbd/vfs-wrap.o printing/nt_printing.o + smbd/vfs-wrap.o printing/nt_printing.o smbd/dfs.o PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/printing.o |