diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-17 07:40:06 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-17 07:40:06 +0000 |
commit | 0922615405838af7430ef39490ee578711866320 (patch) | |
tree | f04bd1071fa108bca40c2a6e8b0d39ac761e3500 /source3/Makefile.in | |
parent | 4c5c26b1ef4be862fc2037dd5fcc120cb35bacca (diff) | |
download | samba-0922615405838af7430ef39490ee578711866320.tar.gz samba-0922615405838af7430ef39490ee578711866320.tar.bz2 samba-0922615405838af7430ef39490ee578711866320.zip |
more splitting of server.c
created dosmode.c and filename.c
(This used to be commit 534a90ca44641417c21f6ed6d4b94b1de60f808d)
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 e940afbd93..2fd50bdbcb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -125,7 +125,8 @@ SMBD_OBJ1 = smbd/server.o smbd/files.o smbd/chgpasswd.o smbd/connection.o \ smbd/dfree.o smbd/dir.o smbd/password.o smbd/conn.o smbd/fileio.o \ smbd/groupname.o smbd/ipc.o smbd/mangle.o smbd/negprot.o \ smbd/message.o smbd/nttrans.o smbd/pipes.o smbd/predict.o \ - smbd/quotas.o smbd/reply.o smbd/ssl.o smbd/trans2.o smbd/uid.o + smbd/quotas.o smbd/reply.o smbd/ssl.o smbd/trans2.o smbd/uid.o \ + smbd/dosmode.o smbd/filename.o PRINTING_OBJ = printing/pcap.o printing/print_svid.o printing/printing.o |